View source: R/iswholenumber.R
iswholenumber | R Documentation |
iswholenumber
iswholenumber(x, tol = .Machine$double.eps^0.5)
x |
the number to test : is it an integer ? |
tol |
tolerance |
TRUE/FALSE : test if x is an integer
iswholenumber(22)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.