R/download_data_cube.r
get_available_lfs_cubes.Rd
Show the available Labour Force, Australia, detailed data cubes that can be downloaded
get_available_lfs_cubes()
Intended to be used with read_lfs_datacube()
. Call
read_lfs_datacube()
interactively, find the table of interest
(eg. "LM1"), then use read_lfs_datacube()
.
get_available_lfs_cubes()
#> # A tibble: 52 × 3
#> label file url
#> <chr> <chr> <chr>
#> 1 LM1 - Labour force status by age, greater capital city and rest … LM1.… http…
#> 2 LM3 - Labour force status for 15-24 year olds by age, educationa… LM3.… http…
#> 3 LM3a - Labour force status for 15-24 year olds by age, education… LM3a… http…
#> 4 LM4 - Labour force status by elapsed years since arrival, major … LM4.… http…
#> 5 LM5 - Labour force status by age, major country group (subcontin… LM5.… http…
#> 6 LM7 - Labour force status by elapsed years since arrival, main E… LM7.… http…
#> 7 LM9 - Labour force status by age (detailed), greater capital cit… LM9.… http…
#> 8 LQ1 - Labour Force status by Age, Level of highest educational a… LQ1.… http…
#> 9 LQ2 - Labour Force status by Age, Educational attendance (detail… LQ2.… http…
#> 10 EQ03 - Employed persons by Greater Capital City and Rest of Stat… EQ03… http…
#> # ℹ 42 more rows