is_integer | R Documentation |
Return TRUE if the value is a integer, not considering their variable type but the value itself.
is_integer(x)
x |
A numeric vector |
A boolean vector with the return from the condition check.
is_integer(1)
is_integer(1.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.