checkErrorLst examines list for non-empty fields
checkErrorLst(errorLst)
errorLst | list with fields for each type of error detectable by
|
---|
Returns NULL
is all fields are empty
else the entire list is returned.
# \donttest{ errorLst <- qcStudbook(nprcgenekeepr::pedFemaleSireMaleDam, reportErrors = TRUE) checkErrorLst(errorLst)#> [1] TRUE# }