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