Nothing
#' Dengue related data in China
#' @description Annual indigenous and imported dengue cases in mainland China, 2005-2020
#' @format A tibble with 16 rows and 5 variables:
#' \describe{
#' \item{year}{Year}
#' \item{dengue.cases.indigenous}{Number of indigenous dengue cases}
#' \item{dengue.cases.imported}{Number of imported dengue cases}
#' \item{counties.with.dengue.fever.indigenous}{Number of counties with dengue fever - indigenous cases}
#' \item{counties.with.dengue.fever.imported}{Number of counties with dengue fever - imported cases}
#' }
#' @source \url{https://pmc.ncbi.nlm.nih.gov/articles/PMC8997546/table/ijerph-19-03910-t001/?report=objectonly}
#' @examples
#' head(china_annual_data)
"china_annual_data"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.