
compare two lists and return all keys that are not present in both.
Source:R/helper.R
get_unique_list_elements.Rdthe keys' contents are not considered. Only the presence or absence of the key is relevant.

R/helper.R
get_unique_list_elements.Rdthe keys' contents are not considered. Only the presence or absence of the key is relevant.