rBind: Bind a list of data frames

Description Usage Arguments Details Value

Description

Bind a list of data.frames by row. Equivalent to do.call( "rbind", x), but faster. This function performs no checking whatsoever! Each component of the list must be a data.frame with the same number of columns and with all columns of equivalent class.

Usage

1
  rBind(x)

Arguments

x

A list of data frames.

Details

Do not use factors: they will be converted to their internal integer representations.

Value

A data frame.


gschofl/ncbi documentation built on May 17, 2019, 8:53 a.m.