check_order: Check individual order

View source: R/check.R

check_orderR Documentation

Check individual order

Description

Individuals must be sorted from older to younger

Usage

check_order(id, dam, sire, soft_sorting = FALSE)

Arguments

id

Vector of individual ids.

dam

Vector of dam ids.

sire

Vector of sire ids.

soft_sorting

If TRUE checking is relaxed, allowing descendants to be declared before ancestors

Value

No return value. Will print an error message if checking fail.


purgeR documentation built on Aug. 16, 2023, 9:07 a.m.