rbind for intersecting/union columns of data.frames or data.tablesR/gTrack.R
rrbind.RdLike rbind, but takes the intersecting columns of the data.
rrbind(..., union = TRUE, as.data.table = FALSE)Any number of data.frame or data.table objects
Take union of columns (and put NA's for columns of df1 not in df2 and vice versa). [TRUE]
Return the binded data as a data.table. [FALSE]
data.frame or data.table of the rbind operation