get_data | R Documentation |
Download remotely stored data via pb_download.
get_data(
fname,
repo = "neurogenomics/MSTExplorer",
save_dir = KGExplorer::cache_dir(package = "MSTExplorer"),
overwrite = TRUE,
tag = "latest",
check = FALSE,
...
)
repo |
Repository name in format "owner/repo". Defaults to |
save_dir |
Directory to save data to. |
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.