check_twinning_params: Checks if the argument is a valid twinning parameters...

View source: R/check_twinning_params.R

check_twinning_paramsR Documentation

Checks if the argument is a valid twinning parameters structure.

Description

Will stop if not. A valid twinning parameters structure can be created by create_twinning_params.

Usage

check_twinning_params(twinning_params)

Arguments

twinning_params

can be NA if no twinning is desired, or can be the twinning parameters, as can be created by create_twinning_params

Value

nothing. Will stop if nit

Author(s)

Richèl J.C. Bilderbeek

Examples

if (beautier::is_on_ci()) {
  check_twinning_params(create_twinning_params())
}

richelbilderbeek/pirouette documentation built on Oct. 18, 2023, 3:09 p.m.