get_lfs_pivot | R Documentation |
Download and tidy ABS pivot cubes
get_lfs_pivot(
cube,
catalogue_string = "labour-force-australia-detailed",
path = Sys.getenv("R_READABS_PATH", unset = tempdir()),
sheet = "Data 1",
col_names = TRUE
)
cube |
Unique fragment of datacube filename, such as "EQ03" |
catalogue_string |
Such as "labour-force-australia-detailed". See
|
path |
Location to store the raw data cube |
sheet |
Name of the Excel sheet containing the data for the pivot cube |
col_names |
Passed to |
## Not run:
get_lfs_pivot("EQ03")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.