knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("BWAM/wqs")

Prepare the R Environment

Load the necessary R packages into the global environment, including the wqs package.

library(tidyverse)
library(wqs)
library(wqs)


BWAM/wqs documentation built on March 24, 2020, 5:26 p.m.