carpentries-incubator / carpentries-incubator/lesson-R-packaging
Use `datasets.R` for adding information about data
Open
ch-data
enhancement
low-priority
- Dominant language
- No language data
- Stars
- 5
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
We are including only one data set. This may obscure some questions, such as:
- Do I need one documentation file in `./R` per data set?
- Does the file need to have the same name as the data set?
- Does the file need to have the same name as the file where the data set is stored?
## Solution
Store two data sets instead of one. One with the instructors names and another one with names from Star Wars. Document both from the same file, and name this file `./R/datasets.R`.
Contributor guide
Assessment
This issue has not been assessed yet.