read_job_mobility {readabs} | R Documentation |
Download and tidy ABS Job Mobility tables
Description
Import a tidy tibble of ABS Job Mobility data
Usage
read_job_mobility(
tables = "all",
path = Sys.getenv("R_READABS_PATH", unset = tempdir())
)
Arguments
tables |
Either |
path |
Local directory in which downloaded ABS time series spreadsheets 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 by read_abs() will be stored in a temporary directory (tempdir()). |
Examples
## Not run:
# Get all tables from the ABS Job Mobility series
read_job_mobility()
# Get tables 1 and 2
read_job_mobility(c(1, 2))
## End(Not run)
[Package readabs version 0.4.16 Index]