View source: R/make_age_group_labels.R
make_age_group_labels | R Documentation |
The age-group breaks are interpreted as open to the left and closed to the right. See examples.
make_age_group_labels(age_group_breaks)
age_group_breaks |
Numeric vector of age group breaks |
Character vector
> make_age_group_labels(c(0,5,13,Inf)) "0-4" "5-12" "13plus"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.