README.md

LCBC MOAS functions

CircleCI build
status Lifecycle:
experimental Travis build
status Codecov test
coverage AppVeyor build
status

The functions in this package are intended for use on the Mother of All Spreadsheets (and related files) in LCBC. The functions will mostly not work on any other data, it is an in-house package of functions.

The package can be installed using devtools:

install.packages("remotes")
remotes::install_github("LCBC-UiO/MOAS", build_vignettes = TRUE)

The functions are now installed, and you may load them when you want to use them. All functions are documented in standard R fashion.

The package also has a vignette, to help you get started using it.

library(MOAS)
vignette("MOAS")

The vignette and other presentations or tutorials of the package can also be found online here



LCBC-UiO/MOAS documentation built on Aug. 28, 2023, 3:29 a.m.