pack_integers | R Documentation |
Packed representation of integers (R notation).
pack_integers(x)
x |
vector of integers (integer-ish is OK) |
string
x <- c(1, 3, 4:7, 9) pack_integers(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.