inei_enaho | R Documentation |
Download ENAHO datasets from INEI database
inei_enaho(.mod, .year, .tp = "stata", .trash = c("tabla", "otro", "dic"))
.mod |
Surveys (module) to download from the National Household Survey - Peru |
.year |
Years of surveyss to download |
.tp |
File extension |
.trash |
Not relevant files |
Download data and sort into separate folders
A "solo-data" forder with datasets
Jhon Flores Rojas
#library(tidyverse) library(PeruData) years <- c("2010", "2019") mod <- c("01", "03", "05", "85") # inei_enaho(mod, years) #not run example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.