index.md

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

R Package for Markdown-documented data preparation.

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

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


KWB-R/kwb.prep documentation built on June 11, 2022, 1:29 p.m.