## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----eval=FALSE---------------------------------------------------------------
# # download treated municipal GDP data for 2020
# pib_munic <- load_pibmunic(
#   dataset = "pibmunic",
#   raw_data = FALSE,
#   geo_level = "municipality",
#   time_period = 2020,
#   language = "eng"
# )

## ----eval=FALSE---------------------------------------------------------------
# # download treated state-level GDP data for 2015 to 2020
# pib_state <- load_pibmunic(
#   dataset = "pibmunic",
#   raw_data = FALSE,
#   geo_level = "state",
#   time_period = 2015:2020,
#   language = "eng"
# )

## ----eval=FALSE---------------------------------------------------------------
# # download treated country-level GDP data for 2010 to 2020 in Portuguese
# pib_br <- load_pibmunic(
#   dataset = "pibmunic",
#   raw_data = FALSE,
#   geo_level = "country",
#   time_period = 2010:2020,
#   language = "pt"
# )

