checkIntegrityOfSingleBeadLevelDataObject {blima} | R Documentation |
Check integrity of single beadLevelData object, internal.
checkIntegrityOfSingleBeadLevelDataObject(b, action = c("returnText", "warn", "error"))
b |
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