Description Usage Arguments Value
Check/Assert that an Object is Either TRUE or FALSE
1 2 3 | check_bool(x)
assert_bool(x)
|
x |
The object to check |
check_*() returns TRUE if successful or a error message string
otherwise; assert_*() returns x (invisibly) if successful or an
error otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.