Download remotely stored data via pb_download.
get_data(
file,
tag = "latest",
repo = "neurogenomics/HPOExplorer",
save_dir = KGExplorer::cache_dir(package = "HPOExplorer"),
add_version = FALSE,
overwrite = TRUE
)name or vector of names of files to be downloaded. If NULL,
all assets attached to the release will be downloaded.
tag for the GitHub release to which this data should be attached.
Repository name in format "owner/repo". Defaults to guess_repo().
Directory to save data to.
Add the release version to the returned object's attributes
Should any local files of the same name be overwritten?
default TRUE.
Path to downloaded file or the object itself (when ".rds" format).