check_param {beautier} | R 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 |
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()
[Package beautier version 2.6.12 Index]