Nothing
#' Level of Dengue risk around the world
#' @description Country-wise dengue risk levels (Last accessed from the source on 18 January 2023).
#' @format A tibble with 293 rows and 4 variables:
#' \describe{
#' \item{country}{factor Name of the country}
#' \item{level_of_risk`}{factor Dengue risk level. There are three categories: Frequent or continuous, Sporadic or uncertain, Varies by region. Frequent/continuous risk: evidence of more than 10 dengue cases in at least 3 of the previous 10 years. Sporadic/uncertain risk: evidence of at least 1 locally acquired dengue case during the last 10 years. }
#' \item{region}{factor Region}
#' \item{last_accessed}{information last accessed date}
#' }
#' @source The 2024 data accessed from \url{https://www.cdc.gov/dengue/areas-with-risk/index.html}.
#' @examples
#' head(level_of_risk)
"level_of_risk"
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.