check_param: Check if the parameter is a valid parameter

View source: R/check_param.R

check_paramR Documentation

Check if the parameter is a valid parameter

Description

Calls stop if the parameter is invalid

Usage

check_param(param)

Arguments

param

a parameter, as can be created by create_param.

Value

nothing

Author(s)

Richèl J.C. Bilderbeek

See Also

Use create_param to create a valid parameter

Examples

check_empty_beautier_folder()

check_param(create_alpha_param())
check_param(create_beta_param())

check_empty_beautier_folder()

richelbilderbeek/beastscriptr documentation built on April 9, 2024, 2:28 p.m.