R/data.R

#' Dengue cases by states for epidemiological channel.
#'
#' is the dataset that contains the 25th, 50th and 75th percentiles of dengue cases by state.
#'
#' @format A df object with 1545 rows and 5 variables:
#' \describe{
#'   \item{DES_EDO_RES}{is the name of state.}
#'   \item{SEM}{Epidemiological week.}
#'   \item{q25}{percentil 25.}
#'   \item{q50}{percentil 50.}
#'   \item{q75}{percentil 75.}
#'   ...
#' }
"dendata_epichannel"
fdzul/boldenr documentation built on April 15, 2024, 10:22 p.m.