load_pam {datazoom.amazonia} | R Documentation |
PAM - Municipal Agricultural Production
Description
Loads information on the quantity, value and area of temporary and permanent crops cultivated.
Usage
load_pam(dataset, raw_data = FALSE, geo_level, time_period, language = "eng")
Arguments
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 |
Value
A tibble
consisting of geographic units that present positive values for any of the variables in the dataset.
Examples
## Not run:
# download treated data at the state level from 2010 to 2011 for all crops
data <- load_pam(
dataset = "all_crops",
raw_data = FALSE,
geo_level = "state",
time_period = 2010:2011,
language = "eng"
)
## End(Not run)