is_one_bool | R Documentation |
Check if the argument is one boolean
is_one_bool(x)
x |
the argument to be tested to be boolean |
TRUE if the argument is one boolean, FALSE otherwise
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
# TRUE
is_one_bool(TRUE)
is_one_bool(FALSE)
# FALSE
is_one_bool(NULL)
is_one_bool(NA)
is_one_bool(c())
is_one_bool("nonsense")
is_one_bool(is_one_bool)
is_one_bool(c(TRUE, FALSE))
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.