age_labels {diseasystore} | R Documentation |
Provides sortable labels for age groups
Description
Provides sortable labels for age groups
Usage
age_labels(age_cuts)
Arguments
age_cuts |
( |
Value
A vector of labels with zero-padded numerics so they can be sorted easily.
Examples
age_labels(c(5, 12, 20, 30))
[Package diseasystore version 0.3.1 Index]