Description Usage Arguments Value Examples
Compares two data frames to show two additional columns lhs_matches, rhs_matches to inform the number of rows that matches against x and y. These columns informs if the row is present in x or y or both. Both the data frames must have the same set of columns.
1 |
x |
First data frame to compare. |
y |
Second data frame to compare with. |
col.names |
Informs the title of the new columns informs if matches exists. Defaulted to lhs_matches and rhs_matches. |
orderby |
Resulting data frame will be ordered by this column index. |
Returns a tibble with the difference.
1 | Recon(list1, list2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.