cobaltr_self_test: Self-test the package

View source: R/cobaltr_self_test.R

cobaltr_self_testR Documentation

Self-test the package

Description

Self-test the package

Usage

cobaltr_self_test(
  cobalt_options = create_cobalt_options(),
  cobalt_folder = get_default_cobalt_folder()
)

Arguments

cobalt_options

a set of COBALT options, as can be created by create_cobalt_options

cobalt_folder

the folder where COBALT is installed in. Use get_default_cobalt_folder to get the default COBALT folder

Author(s)

Richèl J.C. Bilderbeek

Examples

if (is_cobalt_installed()) {
  cobaltr_self_test()
}

richelbilderbeek/cobaltr documentation built on March 29, 2024, 7:46 a.m.