| inei_endes | R Documentation |
Downlaod ENDES datasets from INEI database
inei_endes(.mod, .year, .tp = "spss")
.mod |
Surveys (module) to download |
.year |
Year of surveys to downlaod |
.tp |
File extension default spss, not allowed (STATA files) |
Download data and sort into separate folder
A "solo-data" forlder with datasets
Jhon Flores Rojas
#library(tidyverse)
library(PeruData)
modulos <- c("64", "65")
anios <- c("2015", "2004", "2019")
#unlink('endes', recursive = T)
#inei_endes(modulos, anios)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.