get_external_file {immunotation}R Documentation

get_external_file

Description

get_external_file

Usage

get_external_file(file, skip = 0, delim = "\t", col_names = TRUE)

Arguments

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 delim of read functions)

col_names

list of colnames to use

Value

returns a the content of the file. The format of the return object depends on the read_method that was used.


[Package immunotation version 1.0.1 Index]