Nothing
#' Municipal deaths in Brazil
#'
#' Example municipal mortality data.
#'
#' @format A data frame with 558 rows and 3 variables:
#' \describe{
#' \item{cod}{IBGE microregion code.}
#' \item{micro}{Microregion name.}
#' \item{ndeaths}{Registered deaths.}
#' }
#' @source DATASUS.
"deaths"
#' Municipal Gini index in 2015
#'
#' Example data containing the 2015 municipal Gini index.
#'
#' @format A data frame with 27 rows and 3 variables:
#' \describe{
#' \item{cod}{IBGE state code.}
#' \item{uf}{State name.}
#' \item{gini}{Gini index.}
#' }
#' @source Brazilian Institute of Geography and Statistics (IBGE).
"gini2015"
#' Municipal population estimates in 2017
#'
#' Example data containing 2017 municipal population estimates.
#'
#' @format A data frame with 5,570 rows and 3 variables:
#' \describe{
#' \item{mun}{IBGE municipality code.}
#' \item{nome_mun}{Municipality name.}
#' \item{pop2017}{Estimated 2017 population.}
#' }
#' @source Brazilian Institute of Geography and Statistics (IBGE).
"pop2017"
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.