getRequiredCols: Get required column names for a studbook.

View source: R/getRequiredCols.R

getRequiredColsR Documentation

Get required column names for a studbook.

Description

Pedigree curation function

Usage

getRequiredCols()

Value

A character vector of the required columns that can be in a studbook. The required columns are as follows:

  • {id} {– character vector with unique identifier for an individual}

  • {sire} {– character vector with unique identifier for an individual's father (NA if unknown).}

  • {dam} {– character vector with unique identifier for an individual's mother (NA if unknown).}

  • {sex} {– factor {levels: "M", "F", "U"} Sex specifier for an individual}

  • {birth} {– Date or NA (optional) with the individual's birth date}

Examples

library(nprcgenekeepr)
getRequiredCols()

nprcgenekeepr documentation built on June 8, 2025, 10:55 a.m.