Description Usage Arguments Value Examples
1 2 | interleave is from the (former) R CRAN package rmngb function interleave.
Instead, use multiInterleave.
|
1 | interleave(x, y)
|
x |
index-able object by '[' and the same index length as y. Compatible type with y and combinable(c) |
y |
index-able object by '[' and the same index length as x. Compatible type with x and combinable(c) |
new combined object
1 2 3 4 | ## Not run:
interleave(letters[1:2], LETTERS[1:2])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.