View source: R/aggregated_ageg_name.R
aggregated_ageg_name | R Documentation |
Compute the aggregated age group names from a vector of more detailed age groups
aggregated_ageg_name(selected.ageg, ageg.sep = "_")
selected.ageg |
character, the fine grain age group vector |
ageg.sep |
character, the ageg group separator character |
character, the name of the aggregated age group
ageg.in <- c('15_19', '20_24', '25_29')
aggregated_ageg_name(ageg.in)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.