View source: R/external_resources_input.R
get_external_file | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.