get_sinim | R Documentation |
Get a SINIM variable data in a specific year as a data frame
get_sinim(
var,
year,
moncorr = T,
truevalue = F,
idgeo = F,
geometry = F,
region,
provincia,
comuna,
auc = F,
unit = "comunas"
)
var |
Variable code |
year |
Year |
moncorr |
A logical value indicating the use of monetary correction |
truevalue |
A logical value indicating the use of converted values |
idgeo |
A logical value to add provincia and region columns |
geometry |
A logical value to add geographical features |
region |
Region subsetting variable |
provincia |
Provincia subsetting variable |
comuna |
Comuna subsetting variable |
auc |
A logical value to retrieve only AUC features |
unit |
Use "comunas" or "limites" |
data frame for the requested variable over time with optional geometry
get_sinim(880, 2015)
get_sinim(880, 2015:2017)
get_sinim(c(880, 882), 2015)
get_sinim(c(880, 882), 2015:2017)
get_sinim(c(880, 882), 2015, idgeo=TRUE)
get_sinim(882, 2015, geometry=TRUE)
get_sinim(882, 2015, region="02")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.