read_lfs_grossflows {readabs} | R Documentation |
Download, import and tidy 'gross flows' data cube from the monthly ABS Labour Force survey.
Description
This convenience function downloads, imports and tidies the 'gross flows' data cube from the monthly ABS Labour Force survey. The gross flows data cube (GM1) shows estimates of the number of people who transitioned from one labour force status to another between two months.
Usage
read_lfs_grossflows(
weights = c("current", "previous"),
path = Sys.getenv("R_READABS_PATH", unset = tempdir())
)
Arguments
weights |
either |
path |
Local directory in which downloaded files should be stored.
By default, 'path' takes the value set in the environment variable
"R_READABS_PATH". If this variable is not set, any files downloaded
will be stored in a temporary directory ( |
Value
A tibble containing data cube GM1 from the monthly Labour Force survey.
Examples
## Not run:
read_lfs_grossflows()
## End(Not run)