check_pir_params: Checks if the argument is a valid pirouette parameter set.

View source: R/check_pir_params.R

check_pir_paramsR Documentation

Checks if the argument is a valid pirouette parameter set.

Description

Will stop if not. A valid pirouette parameter set can be created by create_pir_params.

Usage

check_pir_params(pir_params)

Arguments

pir_params

the parameters of pirouette. They are created by create_pir_params.

Value

nothing. Will stop if not

Author(s)

Giovanni Laudanno, Richèl J.C. Bilderbeek

Examples

if (beautier::is_on_ci()) {
  check_pir_params(create_test_pir_params())
}

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