View source: R/transforms_time.R
is.number | R Documentation |
Determine if a value can be coerced to a numeric type
is.number(x)
x |
A value to test. May be an vector. |
A vector of same size as x or T, if the corresponding value can be coerced, or F.
is.number(c(NA,"A","12"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.