An open API service indexing awesome lists of open source software.

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

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.