checkErrorLst: checkErrorLst examines list for non-empty fields

Description Usage Arguments Value Examples

View source: R/checkErrorLst.R

Description

checkErrorLst examines list for non-empty fields

Usage

1
checkErrorLst(errorLst)

Arguments

errorLst

list with fields for each type of error detectable by qcStudbook.

Value

Returns NULL is all fields are empty else the entire list is returned.

Examples

1
2
3
errorLst <- qcStudbook(nprcgenekeepr::pedFemaleSireMaleDam,
                       reportErrors = TRUE)
checkErrorLst(errorLst)

rmsharp/nprcmanager documentation built on April 24, 2021, 3:13 p.m.