View source: R/conmat-population.R
conmat_population | R Documentation |
A conmat population is a dataframe that stores which columns represent the age and population information. This is useful as it means we can refer to this information throughout other functions in the conmat package without needing to specify or hard code which columns represent the age and population information.
conmat_population(data, age, population)
data |
data.frame |
age |
bare name representing the age column |
population |
bare name representing the population column |
a data frame with age and population attributes
perth <- abs_age_lga("Perth (C)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.