compare_lists | R Documentation |
Compares two lists and marks new values with '+' and removed values with '-'.
compare_lists(list_1, list_2)
list_1 |
[mandatory] (list) First list to compare. |
list_2 |
[mandatory] (list) Second list to compare. |
A list showing added and removed values marked with '+' and '-'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.