checkErrorLst: checkErrorLst examines list for non-empty fields

View source: R/checkErrorLst.R

checkErrorLstR 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 qcStudbook.

Value

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

Examples

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

rmsharp/nprcmanager documentation built on Feb. 2, 2025, 12:45 a.m.