rrbind | R Documentation |
rbind
for intersecting/union columns of data.frames
or data.tables
Improved rbind
for intersecting/union columns of data.frames
or data.tables
Like rbind
, but takes the intersecting columns of the data.
rrbind(..., union = TRUE, as.data.table = FALSE)
... |
Any number of |
union |
Take union of columns (and put NA's for columns of df1 not in df2 and vice versa). (default = TRUE) |
as.data.table |
Return the binded data as a |
data.frame
or data.table
of the rbind
operation
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.