This is a repository of some basic scripts for handling/mangling data, and possibly a few other occasional uses [e.g., semi-functional templates for web-scraping].
For common steps in collections & EMu-data-handling workflows that are cumbersome in Excel/Access/OpenRefine:
- ActionDataPrep
- EMuDataHandling
- IPT-data-prep
- SpecimenParsing
For interactively visualizing some datasets & stats:
- Collections-Dashboard
- bokeh-emu-stats (python)
- ShinyRegVis
- ShinySchemaVis
- ShinySolrMM
- shinyGBIF
- shinySolr
- shinyValidMedia
To keep code clean & manageable:
- Document stuff -- e.g., with roxygen2
- Follow a styleguide -- e.g., tidyverse's
- Set up unit tests -- e.g., with testthat