nested.test.check: Compare two lists of lists for nested items

View source: R/miscellaneous_functions.R

nested.test.checkR Documentation

Compare two lists of lists for nested items

Description

Compare two lists comprised of lists to check whether elements of second-level lists are present entirely within other second-level lists.

Usage

nested.test.check(list1, list2)

Arguments

list1

First list of lists to be checked

list2

Second list of lists to be compared to

Value

list of TRUE/FALSE values stating whether lists in list1 are nested within any list in list2

Examples

nested.test.function(list1,list2)

djw533/micro.gen.extra documentation built on Nov. 8, 2024, 5:11 a.m.