View source: R/are_site_models.R
are_site_models | R Documentation |
Determine if x consists out of site_models objects
are_site_models(x)
x |
the object to check if it consists out of site_models objects |
TRUE if x, or all elements of x, are site_model objects
Richèl J.C. Bilderbeek
Use create_site_model to create a site model
check_empty_beautier_folder()
jc69_site_model <- create_jc69_site_model()
gtr_site_model <- create_gtr_site_model()
both_site_models <- list(jc69_site_model, gtr_site_model)
# TRUE
are_site_models(jc69_site_model)
# TRUE
are_site_models(gtr_site_model)
# TRUE
are_site_models(both_site_models)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.