checkErrorLst {nprcgenekeepr} | R Documentation |
checkErrorLst examines list for non-empty fields
Description
checkErrorLst examines list for non-empty fields
Usage
checkErrorLst(errorLst)
Arguments
errorLst |
list with fields for each type of error detectable by
|
Value
Returns FALSE if all fields are empty or the list is NULL else the entire list is returned.
Examples
errorLst <- qcStudbook(nprcgenekeepr::pedFemaleSireMaleDam,
reportErrors = TRUE
)
checkErrorLst(errorLst)
[Package nprcgenekeepr version 1.0.7 Index]