compare_lists {geeLite} | R Documentation |
Compare Lists and Highlight Differences
Description
Compares two lists and marks new values with '+' and removed values with '-'.
Usage
compare_lists(list_1, list_2)
Arguments
list_1 |
[mandatory] (list) First list to compare. |
list_2 |
[mandatory] (list) Second list to compare. |
Value
A list showing added and removed values marked with '+' and '-'.
[Package geeLite version 1.0.2 Index]