Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.29 KB

File metadata and controls

27 lines (19 loc) · 1.29 KB

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

This package provides functions to read from the database that was developed during the KWB project KURAS.

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

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