Description Usage Arguments Value Examples
Use to interleave elements in multiple vectors to a single vector
1 |
... |
vectors to be interleaved |
result of c(...)
ordered to interleave elements of ...
1 2 3 4 | x <- paste0("x", 1:5)
y <- paste0("y", 1:2)
z <- paste0("z", 1:3)
interleave(x, y, z)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.