alike.integer | R Documentation |
This function tests if given variable "appears" to be an integer. To qualify as such, two conditions need to be satisfied: it should be stored as numeric
object, and it should pass regular expression test if it consists only of digits.
alike.integer(x)
x |
a numeric variable that is to be tested |
a logical value that indicates that tested variable "looks like" integer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.