multiInterleave: Interleave Multiple Objects of Arbitrary Length

Description Usage Arguments Value Author(s) Examples

Description

1
Inspired by the (former) R CRAN package rmngb function interleave.

Usage

1

Arguments

...

Dots passed. Index-able objects by '[' and all objects have the same index length as each other. All objects must have a compatible type with each other and combinable(c) with each other.

Value

new combined object

Author(s)

Andre Mikulec

Examples

1
2
3
4
## Not run: 
multiInterleave(letters[1:2], LETTERS[1:2], 10:11)

## End(Not run)

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