is_true | R Documentation |
These functions bypass R's automatic conversion rules and check
that x
is literally TRUE
or FALSE
.
is_true(x)
is_false(x)
x |
object to test |
is_true(TRUE)
is_true(1)
is_false(FALSE)
is_false(0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.