View source: R/is.wholenumber.R
is.wholenumber | R Documentation |
This function test a number or a vector of number for being integer or not
is.wholenumber(x)
x |
a number or a vector of numbers |
## Not run: is.wholenumber(4) TRUE is.wholenumber(4.5) FALSE is.wholenumber(c(1, 3, 4.5, 6, 7.3)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.