The goal of wqformat is to provide simple R functions to convert common water quality formats to those required for MassWateR.
You can install and load the development version of wqformat like so:
# install
install.packages('remotes')
remotes::install_github('massbays-tech/wq-format')
# load
library(wqformat)This is a basic example which shows you how to solve a common problem:
## basic example code