BergelsonLab / BergelsonLab/blabr
decouple handling BLAB_DATA repos and loading the data
Open
- Dominant language
- R
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.