do.rbind: Bind data.frames in a List by Rows

Description Usage Arguments Value Author(s)

Description

Same as do.call(rbind, x), but adding a column with the name of each table. Missing names are replaced by integers.

Usage

1
do.rbind(x, idcol = "Name", keep.rownames = FALSE)

Arguments

x

List with data.frames. Non data.frame objects are dropped.

idcol

Name for column with ids in output.

keep.rownames

Logical, keep rownames.

Value

Returns a data.frame

Author(s)

Sven E. Templer


miscset documentation built on May 2, 2019, 4:01 a.m.