View source: R/download_data.R
download_abs_ts | R Documentation |
Download and import a dataframe
download_abs_ts(cat_no, branch = "main")
cat_no |
ABS catalogue number such as "6202.0" |
branch |
Name of the Github branch of this repo from which to download file |
download_abs_ts()
presumes that a file corresponding to the
requested catalogue number is present in the GitHub repo for this package.
A dataframe
## Not run:
download_abs_ts("6202.0")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.