int | R Documentation |
Safely coerce to integer(s)
int(...)
x |
character or factor |
integer
int(1, 3:5) int(as.factor(c(foo = 2, bar = 99))) int(ALA = 1, CC = 2) int(1:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.