| download_acdc | R Documentation |
Downloads the acdc.db SQLite database from the latest (or specified)
release on jstbcs/acdc-database to a given directory.
download_acdc(dest_dir, tag = NULL, token = Sys.getenv("GITHUB_PAT"))
dest_dir |
Directory where the database should be saved. |
tag |
Optional release tag. If NULL, uses latest release. |
token |
Optional GitHub token. Defaults to |
Invisibly returns the full path to the downloaded file.
## Not run:
download_acdc(tempdir())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.