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

decouple handling BLAB_DATA repos and loading the data #40

Open
kalenkovich opened this issue Jan 19, 2024 · 0 comments
Open

decouple handling BLAB_DATA repos and loading the data #40

kalenkovich opened this issue Jan 19, 2024 · 0 comments
Assignees

Comments

@kalenkovich
Copy link
Contributor

There are two steps in all get_* functions:

  • Find the repo, find the version, find the files.
  • Load the files using readr and column specifications.

The two steps don't need to be coupled and having them apart will allow more flexibility. For example, data files cloned or created in a non-standard location could still be read.

@kalenkovich kalenkovich self-assigned this Jan 19, 2024
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