https://github.com/eeholmes/testdata
example of csv with roxygen header
https://github.com/eeholmes/testdata
Last synced: over 1 year ago
JSON representation
example of csv with roxygen header
- Host: GitHub
- URL: https://github.com/eeholmes/testdata
- Owner: eeholmes
- Created: 2021-06-30T22:32:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T00:07:50.000Z (about 5 years ago)
- Last Synced: 2025-02-15T23:29:37.573Z (over 1 year ago)
- Language: R
- Homepage: https://eeholmes.github.io/testdata/
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# README
This has a function called `process_data_raw()`. When you type
```
process_data_raw()
```
It processes the csv file in `data-raw` folder into a `.rda` object in `data` and a `.R` file with the Roxygen header on the csv file.
When the package is built, you can do ?Red-Fairy-River (say) to get the meta information.
Note, you can run `process_data_raw()` locally, but the GitHub repo is set up with a GitHub Action to automatically run `process_data_raw()` whenever a push to the `data-raw` folder happens. I probably ought to set it up to do a pull-request instead of pushing right to master branch, but I am not sure how to do that. So that's on the To-Do list.