bindRows {dat}R Documentation

Bind rows

Description

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

Usage

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.


[Package dat version 0.5.0 Index]