good enough data folders
ger_data.Rd
Create data folders, inst/extdata folder, and data.md file
Details
ger_data() will create the following files and folders:
- data-raw/
should contain any code used to import, download and include data in your project
- data/
should contain processed, intermediate, or otherwise altered data in your project
- inst/exdata/
should have any external data used for examples or testing
- data.md
Document your data here and in code/data.R