| num2int | R Documentation |
Converts numeric values to positive integers with a warning.
num2int(x)
x |
an |
num2int uses as.integer functionality.
suppressWarnings(num2int(pi) == 3L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.