unWeave: Setwise unWeave of Many "Two Dimensional" Index-able Objects

Description Usage Arguments Value Examples

View source: R/explode.R

Description

1
The number of Argument (sub)elements must be the same

Usage

1

Arguments

...

Dots passed. Tested with Arguments of data.frames and xts objects.

Value

List. Same length as the number of function call input arguments.

Examples

1
2
3
4
5
6
## Not run: 
colnames(iris)[1:4]
[1] "Sepal.Length" "Sepal.Width"  "Petal.Length" "Petal.Width"
unWeave(iris[1:2, c(1,3)], iris[1:2, c(2,4)])

## End(Not run)

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