R/age-groups.R

Defines functions age_groups

Documented in age_groups

#' Return age groups used in the surveillance
#'
#' @return character vector
#' @export
age_groups <- function() {

  p <- app_params()

  rev(p$ages$label)

}
hrbrmstr/cdccovidview documentation built on April 23, 2020, 11:40 a.m.