load_pam {datazoom.amazonia} | R Documentation |
Loads information on the temporary and permanent crops of the Country that are characterized not only by their great economic importance in the export agenda, but also by their social relevance, since its components are on the Brazilian table (IBGE). Survey is done at the municipal level and data is available from 1974 to 2020 for most datasets. See https://www.ibge.gov.br/en/statistics/economic/agriculture-forestry-and-fishing/16773-municipal-agricultural-production-temporary-and-permanent-crops.html?=&t=o-que-e
load_pam(dataset = NULL, raw_data, geo_level, time_period, language = "eng")
dataset |
A dataset name ("all_crops", "permanent_crops", "temporary_crops" or many individual crop possibilities (see |
raw_data |
A |
geo_level |
A |
time_period |
A |
language |
A |
A tibble
consisting of geographic units that present positive values for any of the variables in the dataset.
## Not run:
# download state raw data from 2012 for all crops
pam_all_crops <- load_pam(
dataset = "all_crops",
raw_data = TRUE,
geo_level = "state",
time_period = 2012
)
## End(Not run)