Nothing
#' Dengue in Rio de Janeiro state
#'
#' A data.frame containing weekly dengue cases for the different municipalities
#' in the state of Rio de Janeiro for the period 2017-2022.
#'
#' @format ## `dengueRio`
#' A data frame with 28,796 rows and 4 columns:
#' \describe{
#' \item{muni_code}{Municipality code}
#' \item{date}{Starting date of the week (Sunday)}
#' \item{cases}{Number of dengue cases}
#' \item{pop}{Population}
#' }
#' @source \doi{10.1371/journal.pntd.0010746}
#' @usage data(dengueRio)
"dengueRio"
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.