Download a pre-built reference from the database to local cache
Usage
download_reference(reference, cache_dir = NULL, verbose = TRUE)
Arguments
- reference
Name of the reference to download
- cache_dir
Directory to cache the reference (default: package cache)
- verbose
Print progress messages
Value
Path to the downloaded reference directory
Examples
if (FALSE) { # \dontrun{
ref_path <- download_reference("TCAT.V1")
} # }