View source: R/transforms_time.R
is.integral | R Documentation |
Determine if a value can be coerced to an integer type
is.integral(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.integral(c(NA,"A","12", "1.2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.