Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.33 KB

index.md

File metadata and controls

28 lines (21 loc) · 1.33 KB

R-CMD-check pkgdown codecov lifecycle CRAN_Status_Badge DOI R-Universe_Status_Badge

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.utils in R
install.packages('kwb.utils')

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

Usage

Checkout the available articles on how to use this R package.