rbindMatched {splatter} | R Documentation |
Bind the rows of two data frames, keeping only the columns that are common to both.
rbindMatched(df1, df2)
df1 |
first data.frame to bind. |
df2 |
second data.frame to bind. |
data.frame containing rows from df1
and df2
but only
common columns.