View source: R/helpers_download.R
| fallback_to_github_cache | R Documentation |
Attempts to load a dataset from the package's GitHub release when a primary web download has failed. Returns NULL on miss so callers can decide whether to abort or degrade gracefully.
fallback_to_github_cache(dataset_name, quiet = FALSE)
dataset_name |
Character. Asset stem used in the GitHub release (e.g.,
|
quiet |
Logical. If TRUE, suppresses messages. |
A tibble if the GitHub release asset is available, otherwise NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.