isEveryNumeric | R Documentation |
Checks whether all objects are numeric
isEveryNumeric(...)
... |
objects that need testing |
Returns TRUE if all objects are numeric, returns FALSE otherwise
x <- 1
y <- 2
z <- "3"
isEveryNumeric(x, y)
isEveryNumeric(x, y, z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.