View source: R/is_gamma_site_model.R
is_gamma_site_model | R Documentation |
Is object x a gamma site model?
is_gamma_site_model(x)
x |
the object to be determined if it is a valid gamma site object |
TRUE if x is a valid gamma site object, FALSE otherwise
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
# TRUE
is_gamma_site_model(create_gamma_site_model())
# FALSE
is_gamma_site_model("nonsense")
is_gamma_site_model(NA)
is_gamma_site_model(NULL)
is_gamma_site_model("")
is_gamma_site_model(c())
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.