dl_and_unzip | R Documentation |
Download a ZIP file from the ABS and unzip the contents
dl_and_unzip(
catalogue_string,
include_pivots = FALSE,
dest_dir = file.path("data-raw", "raw-data", catalogue_string)
)
catalogue_string |
Such as "labour-force-australia" or "labour-force-australia-detailed".
See |
include_pivots |
when |
dest_dir |
Path to directory to which ZIP contents should be extracted |
## Not run:
dl_and_unzip("labour-force-australia")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.