inei_endes: Download ENDES from INEI database

View source: R/inei_endes.R

inei_endesR Documentation

Download ENDES from INEI database

Description

Downlaod ENDES datasets from INEI database

Usage

inei_endes(.mod, .year, .tp = "spss")

Arguments

.mod

Surveys (module) to download

.year

Year of surveys to downlaod

.tp

File extension default spss, not allowed (STATA files)

Details

Download data and sort into separate folder

Value

A "solo-data" forlder with datasets

Author(s)

Jhon Flores Rojas

Examples

#library(tidyverse)
library(PeruData)

modulos <- c("64", "65")
anios <- c("2015", "2004", "2019")
#unlink('endes', recursive = T)
#inei_endes(modulos, anios)

TJhon/PeruData documentation built on March 30, 2022, 8:26 p.m.