abs-age-work: Return data on employed population for a given age and state...

abs_age_work_lgaR Documentation

Return data on employed population for a given age and state or lga of Australia

Description

Return data on employed population for a given age and state or lga of Australia

Usage

abs_age_work_lga(lga = NULL, age = NULL)

abs_age_work_state(state = NULL, age = NULL)

Arguments

lga

target Australian local government area (LGA) name, such as "Fairfield (C)" or a vector with multiple lga names. See abs_lga_lookup() for list of lga names.

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"

Value

data set with information on the number of employed people belonging to a particular age, its total population and the corresponding proportion.

Examples

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)


njtierney/conmat documentation built on April 17, 2025, 10:27 p.m.