#' Return age groups used in the surveillance
#'
#' @return character vector
#' @export
age_groups <- function() {
p <- app_params()
rev(p$ages$label)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.