Learn R Programming

blima (version 1.6.0)

singleCheckIntegrityLogicalVector: Internal function

Description

Check integrity of the logical object, internal.

Usage

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

Arguments

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.