singleCheckIntegrityLogicalVector {blima} | R Documentation |
Check integrity of the logical object, internal.
singleCheckIntegrityLogicalVector(xx, b, action = c("returnText", "warn", "error"))
xx |
Logical object compatible with b. |
b |
Single beadLevelData object. |
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