load_cempre {datazoom.amazonia} | R Documentation |
Loads information on companies and other organizations and their respective formally constituted local units, registered with the CNPJ - National Register of Legal Entities. Data is available from 2006 to 2019. See https://sidra.ibge.gov.br/pesquisa/cempre/tabelas
load_cempre(
dataset = "cempre",
raw_data,
geo_level,
time_period,
language = "eng",
sectors = FALSE,
legal_amazon_only = FALSE
)
dataset |
A dataset name ("cempre"). |
raw_data |
A |
geo_level |
A |
time_period |
A |
language |
A |
sectors |
A |
legal_amazon_only |
A |
A tibble
with the selected data.
## Not run:
# download raw data from 2006 to 2019
raw_cempre_all <- load_cempre(
dataset = "cempre",
raw_data = TRUE,
geo_level = "municipality",
time_period = 2006:2019
)
## End(Not run)