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

Adding new formats to read #6

Open
cimentadaj opened this issue Nov 5, 2018 · 2 comments
Open

Adding new formats to read #6

cimentadaj opened this issue Nov 5, 2018 · 2 comments

Comments

@cimentadaj
Copy link
Collaborator

cimentadaj commented Nov 5, 2018

Currently, opendataes can only read csv files through a very manual approach (that is, it doesn't streamline to different formats, this would have to be implemented). As the package evolves we would want to include more formats but in a very organized fashion. For that, the first idea that comes to mind is building methods around the most common formats. That is, our usual read_generic that identifies which function to use to read the data (currently hardcoded to be csv) could be a method that dispatches to an already defined function such as readxl::read_excel, etc..

This is something that will be inevitable once that package starts adopting new formats, so I'm leaving this here for future reference (and if someone wants to tackle this).

@ajcanepa
Copy link

Hola @cimentadaj, sabes si el paquete/proyectosigue activo? hay gente trabajando o desarrolladores trabajando en este paquete o hay otro pararlelo?
Gracias!

@jlopezper
Copy link
Collaborator

Hola @ajcanepa, sí, sigue activo.

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

3 participants