load_data | R Documentation |
load_data
is the underlying function used to load data
It automatically detects the delimiter based on the filename and uses the
appropriate [readr] function.
Possibilities are [readr::read_csv()], [readr::read_tsv()] or [readr::readr_delim()]
[readr::read_delim()] will require the delimiter passing in as an argument to
[load_rnaseq_data()] or [load_detct_data()]
load_data(data_file, ...)
data_file |
Name of file to load |
... |
Other arguments passed on to the [readr] functions |
data.frame The loaded data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.