R/srilanka_weekly_data.R

#' Weekly number of dengue fever infections in Sri Lanka
#' @description Weekly cases of dengue in Sri Lanka
#' @format A tibble with 23815 rows and 6 variables:
#' \describe{
#'   \item{year}{year}
#'   \item{week}{week number} 
#'   \item{start.date}{starting date of the week}
#'   \item{end.date}{ending date of the week}
#'   \item{district}{district name}
#'   \item{cases}{Number of dengue cases}
#'    }
#' @source Weekly Epidemiological Reports, Epidemiology Unit, Ministry of Health, Sri Lanka. 
#' @examples 
#' head(srilanka_weekly_data)
"srilanka_weekly_data"

Try the denguedatahub package in your browser

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

denguedatahub documentation built on June 23, 2025, 5:08 p.m.