Description Usage Arguments Value
Bind unique entries from two dfs disregarding some of the columns
1 | .rbindUniqueCols(x, y, disregard_columns)
|
x, |
y Data frames to be merged (need to have the same columns; entries that are duplicated among the dfs will be removed from y) |
disregard_columns |
Character vector with names of columns which will be ignored when finding unique rows of combined x and y data frame |
Data frame with all unique rows from x and y, when considered disregarding specified columns (only those rows of y that do not exist in x will be preserved)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.