rrbind2: Improved rbidn for intersecting columns of data.frames or...

rrbind2R Documentation

Improved rbidn for intersecting columns of data.frames or data.tables

Description

like rbind, but takes the intersecting columns of the dfs rrbind = function(df1, df2, [df3 ... etc], )

Usage

rrbind2(..., union = T, as.data.table = FALSE)

Arguments

...

list of data frames to concatenate

union

if union flag is used then will take union of columns (and put NA's for columns of df1 not in df2 and vice versa). Default TRUE

as.data.table

[Default FALSE] return as a data.table


mskilab/skitools documentation built on Aug. 31, 2023, 1:13 p.m.