View source: R/lists_comparison.R
If both columns contain the same elements, a message is displayed If the columns do not contain the same elements, 3 elements are printed: elements on list A but not on list B, elements on list B but not on list A and common elements
1 | compare_column_elements(list1, list2)
|
list1 |
first column to compare |
list2 |
second column to compare |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.