View source: R/miscellaneous_functions.R
nested.test.check | R Documentation |
Compare two lists comprised of lists to check whether elements of second-level lists are present entirely within other second-level lists.
nested.test.check(list1, list2)
list1 |
First list of lists to be checked |
list2 |
Second list of lists to be compared to |
list of TRUE/FALSE values stating whether lists in list1 are nested within any list in list2
nested.test.function(list1,list2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.