separate_age_group | R Documentation |
An internal function used within clean_age_population_year()
to
separate age groups in a data set into two variables, lower.age.limit
,
and upper.age.limit
separate_age_group(data, age_col)
data |
data frame |
age_col |
bare unquoted column referring to age column |
data frame with two extra columns, lower.age.limit
and
upper.age.limit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.