get_data | R Documentation |
Download remotely stored data via pb_download.
get_data(
fname,
repo = "neurogenomics/MAGMA_Celltyping",
tag = "v2.0.8",
.token = gh::gh_token(),
storage_dir = tools::R_user_dir(package = "MAGMA.Celltyping", which = "cache"),
overwrite = TRUE,
check = FALSE
)
repo |
Repository name in format "owner/repo". Defaults to |
tag |
tag for the GitHub release to which this data should be attached. |
.token |
GitHub authentication token, see |
overwrite |
Should any local files of the same name be overwritten?
default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.