checkIntegrityOfListOfBeadLevelDataObjects {blima} | R Documentation |
Check integrity of the list of beadLevelData objects, internal.
checkIntegrityOfListOfBeadLevelDataObjects(listb, action = c("returnText", "warn", "error"))
listb |
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