index.md

R-CMD-check pkgdown codecov Project Status CRAN_Status_Badge DOI

R Package with functions for working with Python by enhancing the use of R package reticulate.

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.python')

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

Usage

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



KWB-R/kwb.python documentation built on May 30, 2022, 9:43 a.m.