Description
Publication Toolkit for Water, Sanitation and Hygiene (WASH) Data.
Description
A toolkit to set up an R data package in a consistent structure. Automates tasks like tidy data export, data dictionary documentation, README and website creation, and citation management.
README.md
washr
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/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 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.