abs_age_data: Return Australian Bureau of Statistics (ABS) age population...

abs_age_dataR Documentation

Return Australian Bureau of Statistics (ABS) age population data for a given Local Government Area (LGA) or state

Description

Return Australian Bureau of Statistics (ABS) age population data for a given Local Government Area (LGA) or state

Usage

abs_age_lga(lga_name)

abs_age_state(state_name)

Arguments

lga_name

lga name - can be a partial match, e.g., although the official name might be "Albury (C)", "Albury" is fine.

state_name

shortened state name

Value

a conmat_population dataset containing: lga (or state), lower.age.limit, year, and population.

Examples

abs_age_lga(c("Albury (C)", "Fairfield (C)"))
abs_age_state(c("NSW", "VIC"))

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