dl_data | R Documentation |
Will download to R package extdata folder if the environmental variable 'DSEQR_DATA_PATH' is unset.
dl_data(
files = c("cmap_es_ind.qs", "l1000_drugs_es.qs", "l1000_genes_es.qs",
"human_pbmc.qs", "human_lung.qs", "human_motorcortex.qs", "mouse_motorcortex.qs",
"zhang_reference.qs"),
check = FALSE
)
files |
Character vector of file names to download. |
check |
Check that existing data is loadable? Default is FALSE. |
Downloads data into package folder.
dl_data('example.qs')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.