get_external_file {immunotation} | R Documentation |
get_external_file
get_external_file(file, skip = 0, delim = "\t", col_names = TRUE)
file |
Indicated the file that will be read |
skip |
integer indicating how many lines to skip when reading URL |
delim |
pattern used for delim
(passed to |
col_names |
list of colnames to use |
returns a the content of the file. The format of the return object depends on the read_method that was used.