check_list_of_lists {oeli} | R Documentation |
This function checks whether the input is a list that contains list elements.
check_list_of_lists(x, len = NULL)
assert_list_of_lists(
x,
len = NULL,
.var.name = checkmate::vname(x),
add = NULL
)
test_list_of_lists(x, len = NULL)
x |
Object to check. |
len |
[ |
.var.name |
[ |
add |
[ |
Compare to check_list
.