The goal of washr
is to provide tools to make the openwashdata data package workflow consistent and efficient.
Installation
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")
devtools::install_github("openwashdata-dev/washr")
How to use washr
To learn more about washr
, check out the ‘Get Started’ page. This, along with the ‘Reference’ page, will give you a good overview of washr
’s current capabilities and limitations.
If you decide to use washr
for publishing your data (which we hope you will!), take a look at our detailed manual. It’s regularly updated and walks you through the entire process step-by-step. The manual is your best bet for the most up-to-date information, as we’re constantly improving it.