View source: R/check_clock_models.R
check_clock_models | R Documentation |
Will stop if the object is not a list of one or more clock models.
check_clock_models(clock_models)
clock_models |
the object to be checked if it is a list of one or more valid clock models |
nothing. Will stop if the object is not a list of one or more clock models.
Richèl J.C. Bilderbeek
Use create_clock_model to create a valid clock model
check_empty_beautier_folder()
check_clock_models(create_strict_clock_model())
check_clock_models(list(create_strict_clock_model()))
check_clock_models(
list(create_strict_clock_model(), create_rln_clock_model())
)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.