View source: R/full_join_compare.R
full_join_compare | R Documentation |
Full join data.frames to compare columns add a suffix before the merge to track where the column originated
full_join_compare(df1, df2, by, suffix1, suffix2)
df1 |
A data frame |
df2 |
A second data frame to join and compare |
by |
Column(s) to join by |
suffix1 |
A string denoting the suffix to attach to the columns associated with the first data.frame. If NA, no suffix attached |
suffix2 |
A string denoting the suffix to attach to the columns associated with the second data.frame. If NA, no suffix attached |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.