checkIntegrityLogical {blima} | R Documentation |
Check integrity of the list of logical objects, internal.
checkIntegrityLogical(xx, b, action = c("returnText", "warn", "error"))
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. |
Vojtěch Kulvait