Skip to contents

R package with functions for working with EPA`s Storm Water Management Model SWMM.

Installation

For installing the latest release of this R package run the following code below:

# Enable repository from kwb-r
options(repos = c(
  kwbr = 'https://kwb-r.r-universe.dev',
  CRAN = 'https://cloud.r-project.org'))
  
# Download and install kwb.swmm in R
install.packages('kwb.swmm')

# Browse the kwb.swmm manual pages
help(package = 'kwb.swmm')

Usage

Checkout the Workflow article on how to use this R package.