abs_age_work_lga | R Documentation |
Return data on employed population for a given age and state or lga of Australia
abs_age_work_lga(lga = NULL, age = NULL)
abs_age_work_state(state = NULL, age = NULL)
lga |
target Australian local government area (LGA) name, such as
"Fairfield (C)" or a vector with multiple lga names. See
|
age |
a numeric or numeric vector denoting ages between 0 to 115. The default is to return all ages. |
state |
target Australian state name or a vector with multiple state names in its abbreviated form, such as "QLD", "NSW", or "TAS" |
data set with information on the number of employed people belonging to a particular age, its total population and the corresponding proportion.
abs_age_work_state(state = "NSW")
abs_age_work_state(state = c("QLD", "TAS"), age = 5)
abs_age_work_lga(lga = "Albany (C)", age = 1:5)
abs_age_work_lga(lga = c("Albury (C)", "Barcoo (S)"), age = 39)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.