is.even | R Documentation |
checks if a number or vector is even
is.even(x)
x |
the number to check #' |
true or false
is.even(45)
is.even(46)
x <- c(1,2,3,4,5, 6, 7)
is.even(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.