print: Print an nprcgenekeepr summary object

print.summary.nprcgenekeeprErrR Documentation

Print an nprcgenekeepr summary object

Description

Print an nprcgenekeepr summary object

Usage

## S3 method for class 'summary.nprcgenekeeprErr'
print(x, ...)

## S3 method for class 'summary.nprcgenekeeprGV'
print(x, ...)

Arguments

x

object of class summary.nprcgenekeeprErr and class list

...

further arguments passed to the print() call for the suspicious-parents table (and ignored by the GV method)

Value

An object to send to the generic print function

object to send to generic print function

Examples

library(nprcgenekeepr)
errorLst <- qcStudbook(nprcgenekeepr::pedInvalidDates,
  reportChanges = TRUE, reportErrors = TRUE
)
summary(errorLst)
library(nprcgenekeepr)
ped <- nprcgenekeepr::pedGood
ped <- suppressWarnings(qcStudbook(ped, reportErrors = FALSE))
summary(reportGV(ped, guIter = 10))

nprcgenekeepr documentation built on July 26, 2026, 5:06 p.m.