The goal of washr
is to provide tools to make the openwashdata data
package workflow consistent and efficient.
The easiest way to get started with washr
is by
installing it from CRAN:
install.packages("washr")
To get the latest version, you can install the development version from GitHub with:
# install.packages("devtools")
::install_github("openwashdata/washr") devtools
To learn more about washr
, check out the ‘Get Started’
page. This, along with the ‘Reference’ page, will give you a good
overview of the toolkit.
If you decide to use washr
for publishing your data
(which we hope you will!), take a look at our detailed
guide. It’s regularly updated and walks you through the entire
process.