Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_data 'hogar' no funcionando #21

Closed
jmacaggi opened this issue Jun 29, 2020 · 2 comments
Closed

get_data 'hogar' no funcionando #21

jmacaggi opened this issue Jun 29, 2020 · 2 comments

Comments

@jmacaggi
Copy link

Hola!
Estaba intentando bajar la base para hogares y no me está dejando para todos los trimestres. Me baja con 0 rows. Estoy usando el siguiente código:

library("tidyverse")
library("eph")
library("np")
library("kdensity")
vars <- c('IPCF', 'COMPONENTE','ANO4', 'REGION',
'TRIMESTRE','CH04','CH06',
'ESTADO','PONDERA', 'AGLOMERADO')

data_4Q14 <- get_microdata(year = 2014, trimester = 4,
type= 'hogar', vars = vars)

Error:

2: In get_microdata(year = 2014, trimester = 4, type = "hogar", vars = vars) :
No se pudo descargar la base de year 2014,trimester 4, wave NA, type hogar.
Mensaje:

@DiegoKoz
Copy link
Collaborator

hola @jmacaggi , el problema es que varias de las variables que le estas pidiendo a la base hogar están únicamente en la base individual. Por ejemplo componente ch04 ch06 y estado. Si probas el siguiente código, funciona correctamente.

data_4Q14 <- get_microdata(year = 2014, trimester = 4, type= 'hogar')

De todas formas, la función debería tener un mensaje de error más claro de qué es lo que sucede. Vamos a agregarlo.

Saludos

@DiegoKoz
Copy link
Collaborator

Agregado en e0824d0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants