is.whole | R Documentation |
Checks whether the submitted value is an integer
is.whole(x)
x |
A |
A boolean
value indicating whether the value is an integer or not.
James Balamuta
is.whole(2.3)
is.whole(4)
is.whole(c(1,2,3))
is.whole(c(.4,.5,.6))
is.whole(c(7,.8,9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.