R Package for Documenting Workflow Used in Project “geosalz”.
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.geosalz in R
install.packages('kwb.geosalz')
# Browse the kwb.geosalz manual pages
help(package = 'kwb.geosalz')
Usage
Checkout the Workflow article on how to use this R package.