RWDataPlyr

CRAN_Status_Badge

R build status

codecov

Overview

RWDataPlyr is a tool to read and manipulate data generated from RiverWareTM simulations in rdf, csv, and nc formats and work with those data in a dplyr pipeline. It provides functions to gather, aggregate, and summarize data from multiple RiverWare simulations, i.e., scenarios.

Installation

RWDataPlyr can be installed from CRAN:

{r, eval = FALSE} install.packages("RWDataPlyr")

Or the development version can be installed from GitHub:

{r, eval=FALSE} # install.packages("devtools") devtools::install_github("BoulderCodeHub/RWDataPlyr")

Usage

RWDataPlyr provides at least three workflows for reading and using RiverWare data:

  1. Reading and manipulating a single scenario
  2. Summarizing multiple slots of data from a single scenario
  3. Aggregating and summarizing many scenarios

Check out the workflow vignette for more details:

{r, eval = FALSE} vignette("rwdataplyr-workflow", package = "RWDataPlyr")

Log

Disclaimer

This software is in the public domain because it contains materials that originally came from the U.S. Bureau of Reclamation, an agency of the United States Department of Interior.

Although this code has been used by Reclamation, no warranty, expressed or implied, is made by Reclamation or the U.S. Government as to the accuracy and functioning of the program and related program material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by Reclamation in connection therewith.

This software is provided “AS IS.”