isNumeric | R Documentation |
Take a vector and return a vector of boolean values indicating which input
isNumeric(x)
x |
Placehoder for parameter description |
Placeholder for return description
isMissing
, asNumeric
isNumeric(12)
isNumeric("x")
isNumeric(c(1,2,3,"b",5,6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.