Downloads and loads omics_list
, annotated_cb
, fdata
, and meta
into the global environment.
Usage
load_example_data(
to_load = c("all", "omics_list", "annotated_cb", "fdata", "meta"),
dest_dir = tempdir()
)
Arguments
- to_load
Character vector indicating which data set to load.
- dest_dir
Destination directory to store temporary data files.
Value
Invisibly returns TRUE
after the example data is loaded into the global environment.
Examples
# load example data
load_example_data(
to_load = "annotated_cb"
)
#> Downloading annotated_cb.zip using curl...
#> Unzipping to C:\Users\Jason\AppData\Local\Temp\RtmpiGC2jV
#> Loading annotated_cb.RData