Check if the object is a list of one or more site models.
Source:R/check_site_models.R
check_site_models.Rd
Will stop if the object is not a list of one or more site models.
Value
nothing. Will stop if the object is not a list of one or more site models.
See also
Use create_site_model to create a valid site model
Examples
check_empty_beautier_folder()
check_site_models(create_jc69_site_model())
check_site_models(list(create_jc69_site_model()))
check_site_models(
list(create_jc69_site_model(), create_gtr_site_model())
)
check_empty_beautier_folder()