Learn R Programming

blima (version 1.6.0)

checkIntegrityLogical: Internal function

Description

Check integrity of the list of logical objects, internal.

Usage

checkIntegrityLogical(xx, b, action = c("returnText", "warn", "error"))

Arguments

xx
List of logical objects compatible with a list b.
b
List of beadLevelData objects.
action
What type of action is required in case of invalid object structure. Either return text different from TRUE, warn or error.