aggregated_ageg_name: Compute the aggregated age group names from a vector of more...

View source: R/aggregated_ageg_name.R

aggregated_ageg_nameR Documentation

Compute the aggregated age group names from a vector of more detailed age groups

Description

Compute the aggregated age group names from a vector of more detailed age groups

Usage

aggregated_ageg_name(selected.ageg, ageg.sep = "_")

Arguments

selected.ageg

character, the fine grain age group vector

ageg.sep

character, the ageg group separator character

Value

character, the name of the aggregated age group

Examples

ageg.in <- c('15_19', '20_24', '25_29')
aggregated_ageg_name(ageg.in)


cancerradarr documentation built on Aug. 8, 2025, 7:28 p.m.