abs_age_data | R Documentation |
Return Australian Bureau of Statistics (ABS) age population data for a given Local Government Area (LGA) or state
abs_age_lga(lga_name)
abs_age_state(state_name)
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 |
a conmat_population
dataset containing: lga
(or state
),
lower.age.limit
, year
, and population
.
abs_age_lga(c("Albury (C)", "Fairfield (C)"))
abs_age_state(c("NSW", "VIC"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.