abs-age-education: Return data on educated population for a given age and state...

abs_age_education_stateR Documentation

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

Description

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

Usage

abs_age_education_state(state = NULL, age = NULL)

abs_age_education_lga(lga = NULL, age = NULL)

Arguments

state

target Australian state name or a vector with multiple state names in its abbreviated form, such as "QLD", "NSW", or "TAS"

age

a numeric or numeric vector denoting ages between 0 to 115. The default is to return all ages.

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.

Value

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

Examples

abs_age_education_state(state = "VIC")
abs_age_education_state(state = "WA", age = 1:5)
abs_age_education_state(state = c("QLD", "TAS"), age = 5)
abs_age_education_lga(lga = c("Albury (C)", "Barcoo (S)"), age = 10)


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