isEven | R Documentation |
This function checks if a number is even.
isEven(x)
x |
A numeric vector. |
A logical vector indicating whether each element is even.
# Check if numbers are even
isEven(c(1, 2, 3, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.