View source: R/is_gcae_experiment_params.R
is_gcae_experiment_params | R Documentation |
gcae_experiment_params
is indeed
a gcae_experiment_params
Determine if the gcae_experiment_params
is indeed
a gcae_experiment_params
is_gcae_experiment_params(gcae_experiment_params, verbose = FALSE)
gcae_experiment_params |
parameters to run a full
|
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
TRUE if the gcae_experiment_params
is indeed
a gcae_experiment_params
Richèl J.C. Bilderbeek
# TRUE
is_gcae_experiment_params(create_test_gcae_experiment_params())
# FALSE
is_gcae_experiment_params(gcae_experiment_params = "nonsense")
is_gcae_experiment_params("nonsense", verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.