R/dengueRio.R

#' Dengue in Rio de Janeiro state
#'
#' A data.frame containing weekly dengue cases for the different municipalities
#' in the state of Rio de Janeiro for the period 2017-2022.
#'
#' @format ## `dengueRio`
#' A data frame with 28,796 rows and 4 columns:
#' \describe{
#'   \item{muni_code}{Municipality code}
#'   \item{date}{Starting date of the week (Sunday)}
#'   \item{cases}{Number of dengue cases}
#'   \item{pop}{Population}
#' }
#' @source \doi{10.1371/journal.pntd.0010746}
#' @usage data(dengueRio)
"dengueRio"

Try the epidesc package in your browser

Any scripts or data that you put into this service are public.

epidesc documentation built on Aug. 8, 2026, 1:06 a.m.