| fetch_github_release_asset | R Documentation |
Downloads a single asset from the package's cache-latest release into a
tempfile, reads it, and returns the deserialised object. Tries .rds
first, then .csv.gz. Returns NULL on miss (either format missing, the
release does not exist, or network failure).
fetch_github_release_asset(cached_name, quiet = FALSE)
cached_name |
Character. Asset stem, e.g. |
quiet |
Logical. Suppress informational messages. |
The deserialised dataset, or NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.