Changelog
Source:NEWS.md
mseptools 0.2.3
- pkgdown site created: https://cmep-ms.github.io/mseptools/
- documentation updates
mseptools 0.2.1
- modified multiple HUC selection inside
get_wqp_data(). (after I learned how to bump versions and use git tags.)
mseptools 0.2.0
- added function
get_wqp_data()to pull data from the Water Quality Portal for only MSEP areas. This is a wrapper function fordataRetrieval::readWQPdata(). - added function
retain_wqp_attributes()to keep attributes/metadata after using functions that strip away attributes (likejanitor::remove_empty()). Mostly a helper function forget_wqp_data(), but could be useful in other situations. - added unit tests for all functions.