stack.list: Stack lists of data.frames

Description Usage Arguments Value Examples

Description

Method of stack for lists of data.frames (e.g. from replicate() )

Usage

1
2
  ## S3 method for class 'list'
 stack(x, label = FALSE, ...)

Arguments

x

A list of rbindable objects (typically data.frames)

label

If false, drops labels

...

Ignored

Value

Typically a data.frame

Examples

1
2
3
dat <- replicate(10, data.frame(x=runif(2),y=rnorm(2)), simplify=FALSE)
str(dat)
stack(dat)

gsk3/taRifx documentation built on May 17, 2019, 8:55 a.m.