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

Imae giving error #27

Open
juanma48s opened this issue Mar 5, 2024 · 0 comments
Open

Imae giving error #27

juanma48s opened this issue Mar 5, 2024 · 0 comments

Comments

@juanma48s
Copy link

Al parecer, el Bcrd incluyó en el excel una columna vacía que el código está leyendo. Esta columna debe ser eliminada porque si no genera errores. Solo se debe agregar la última línea de este código:
imae <- imae |> janitor::clean_names() |> dplyr::select(-1) |> dplyr::select(where(~!all(is.na(.))))

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

1 participant