Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.34 KB

index.md

File metadata and controls

27 lines (21 loc) · 1.34 KB

R-CMD-check pkgdown codecov Project Status CRAN_Status_Badge R-Universe_Status_Badge DOI

Helper functions for data import, aggregation and visualisation of UMBERTO (https://www.ifu.com/umberto/) model output.

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

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