checkListIsSubset: Check one list is a subset of another and throw an error if...

View source: R/accessory.R

checkListIsSubsetR Documentation

Check one list is a subset of another and throw an error if not

Description

Check one list is a subset of another and throw an error if not

Usage

checkListIsSubset(
  test_list,
  reference_list,
  test_list_name,
  reference_list_name
)

Arguments

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

Value

output Returns TRUE if check passes


pinin4fjords/shinyngs documentation built on Feb. 28, 2024, 10:19 a.m.