powered by
Compute the aggregated age group names from a vector of more detailed age groups
aggregated_ageg_name(selected.ageg, ageg.sep = "_")
character, the name of the aggregated age group
character, the fine grain age group vector
character, the ageg group separator character
ageg.in <- c('15_19', '20_24', '25_29') aggregated_ageg_name(ageg.in)
Run the code above in your browser using DataLab