interleave: Interleave Two Objects of Arbitrary Length

Description Usage Arguments Value Examples

Description

1
2
interleave is from the (former) R CRAN package rmngb function interleave.
Instead, use multiInterleave.

Usage

1
interleave(x, y)

Arguments

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)

Value

new combined object

Examples

1
2
3
4
## Not run: 
interleave(letters[1:2], LETTERS[1:2])

## End(Not run)

AndreMikulec/econModel documentation built on June 30, 2021, 9:48 a.m.