checkListIsSubset | R Documentation |
Check one list is a subset of another and throw an error if not
checkListIsSubset(
test_list,
reference_list,
test_list_name,
reference_list_name
)
test_list |
Test list |
reference_list |
Reference list |
test_list_name |
Name of test list for error |
reference_list_name |
Name of reference list for error |
output Returns TRUE if check passes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.