is_even | R Documentation |
Return TRUE if the value is even.
is_even(x)
x |
A numeric vector |
A boolean vector with the return from the condition check.
is_even(4)
is_even(3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.