Description Usage Arguments Value Examples
falsey checks if x should be interpreted like FALSE, it returns true if x is any of FALSE, NULL, NA, 0, 'FALSE', length zero, missing, or error
1 | is.falsey(x)
|
x |
an object to test |
TRUE is x is falsey
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.