Check that each element of a list is of a required class
check_list_class(list.object, required.class)
list.object
: A list used in BEAMR analysisrequired.class
: Class for list elements, e.g. matrixLogical TRUE if list is of required class
data(omicdat) check_list_class(omicdat, "matrix")
Useful links