Learn R Programming

readabs (version 0.4.18)

read_lfs_datacube: 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()))

Value

A tibble with the data from the data cube. Columns names are tidied and dates are converted to Date class.

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 get_available_lfs_cubes() to see a dataframe of options.

path

Local directory in which downloaded files should be stored.

Examples

Run this code
read_lfs_datacube("EQ02")

Run the code above in your browser using DataLab