get_external_file: get_external_file

View source: R/external_resources_input.R

get_external_fileR 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.


imkeller/immunotation documentation built on Jan. 3, 2023, 1:31 p.m.