Learn R Programming

beautier (version 2.6.12)

check_site_models: Check if the object is a list of one or more site models.

Description

Will stop if the object is not a list of one or more site models.

Usage

check_site_models(site_models)

Value

nothing. Will stop if the object is not a list of one or more site models.

Arguments

site_models

the object to be checked if it is a list of one or more valid site models

Author

Richèl J.C. Bilderbeek

See Also

Use create_site_model to create a valid site model

Examples

Run this code
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()

Run the code above in your browser using DataLab