R/india_annual_data.R

#' DENGUE/DHF situation in India since 2017
#' @description State/Union Territory(UT)-wise dengue/DHF annual deaths and cases since 2017 (Last accessed from the source on 30 January 2023). 
#' @format A tibble with 432 rows and 5 variables:
#' \describe{
#'   \item{area}{Name of the affected states/UTs}
#'   \item{type}{An indicator for the type of cases (deaths, cases)} 
#'   \item{year}{Year}
#'   \item{additional_information}{Additional information regarding collected year period}
#'   \item{value}{Cases}
#'    }
#' @source National Center for Vector Borne Disease Control, Directorate General of Health Services, Ministry of Health and Family Welfare, Government of India.
#' @examples 
#' head(india_annual_data)
"india_annual_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.