bindRows: Bind rows

Description Usage Arguments Value

View source: R/bindRows.R

Description

This is a wrapper around rbindlist to preserve the input class.

Usage

1
bindRows(x, id = NULL, useNames = TRUE, fill = TRUE)

Arguments

x

(list) a list of data frames

id, useNames, fill

passed to rbindlist

Value

If the first element of x inherits from data.frame the type that first element.

x else.


dat documentation built on July 1, 2020, 7:11 p.m.