get_data | R Documentation |
Download remote resources stored on GitHub Releases via piggyback.
get_data(
fname,
repo = "RajLabMSSM/echodata",
save_dir = tools::R_user_dir(package = "echodata", which = "cache"),
overwrite = FALSE,
tag = "latest",
...
)
fname |
File name. |
repo |
GitHub repository name. |
save_dir |
Local directory to cache data in. |
overwrite |
Should any local files of the same name be overwritten?
default |
tag |
tag for the GitHub release to which this data should be attached. |
... |
Arguments passed on to
|
tmp <- get_data(fname = "Kunkle2019.tsv.gz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.