View source: R/download_data.R
download_data | R Documentation |
Download file from the GitHub repo for this package
download_data(path, branch = "main")
path |
path + filename for a qs file incl. extension, with forward slashes, such as "data-raw/abs-ts/6202-0.qs". Path should be relative to the root directory of this package/repo. |
branch |
Github branch of this repo from which to download a file;
default is |
A dataframe
## Not run:
download_data("data-raw/abs-ts/6202-0.qs")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.