R/data.R

#' Vaccine coverage against Japanese Encephalitis in Vietnam
#'
#' A dataset containing the vaccine coverage against Japanese Encephalitis from
#' 1997 to 2016.
#'
#' @usage data(diseases)
#'
#' @format A data frame of 2560 rows and 7 variables:
#' \itemize{
#'    \item \code{province}: name of the province
#'    \item \code{year}: year of vaccination
#'    \item \code{nb_districts}: number of districts of the province where the vaccination was impleme
#'    \item \code{total_number}: total number of districts in the province
#'    \item \code{nb_doses}: number of doses delivered par individual
#'    \item \code{achieved}: total number of doses delivered in the province
#'    \item \code{target}: targeted total number of doses in the province
#' }
#' 5 9 18
#' @source WHO's Expanded Programme of Immunization.
#'
"je"
choisy/epiVN documentation built on May 20, 2019, 6:46 p.m.