read_lfs_datacube {readabs} | R Documentation |
Convenience function to download and tidy data cubes from ABS Labour Force, Australia, Detailed.
Description
Convenience function to download and tidy data cubes from ABS Labour Force, Australia, Detailed.
Usage
read_lfs_datacube(cube, path = Sys.getenv("R_READABS_PATH", unset = tempdir()))
Arguments
cube |
character. A character string that is either the complete filename
or (uniquely) in the filename of the data cube you want to download. Use
|
path |
Local directory in which downloaded files should be stored. |
Value
A tibble with the data from the data cube. Columns names are tidied and dates are converted to Date class.
Examples
read_lfs_datacube("EQ02")
[Package readabs version 0.4.16 Index]