load_pibmunic {datazoom.amazonia} | R Documentation |
PIB MUNICIPAL - Municipal GDP
Description
Loads information on gross domestic product at current prices, taxes, net of subsidies, on products at current prices and gross value added at current prices, total and by economic activity, and respective shares.
Usage
load_pibmunic(
dataset = "pibmunic",
raw_data = FALSE,
geo_level,
time_period,
language = "eng"
)
Arguments
dataset |
A dataset name ("pibmunic") with Municipal GDP information. You can also use SIDRA codes (See https://sidra.ibge.gov.br/pesquisa/pib-munic/tabelas) |
raw_data |
A |
geo_level |
A |
time_period |
A |
language |
A |
Value
A tibble
.
Examples
## Not run:
# download treated municipal GDP data at the state level for 2010 to 2012
data <- load_pibmunic(
raw_data = FALSE,
geo_level = "state",
time_period = 2010:2012
)
## End(Not run)