View source: R/read_job_mobility.R
| read_job_mobility | R Documentation | 
Import a tidy tibble of ABS Job Mobility data
read_job_mobility(
  tables = "all",
  path = Sys.getenv("R_READABS_PATH", unset = tempdir())
)
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()).  | 
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.