check_types {purgeR}R Documentation

Check that mandatory column names are of type int

Description

Columns for id, dam and sire are mandatory, and required to be of type integer

Usage

check_types(id, dam, sire)

Arguments

id

Vector of individual ids.

dam

Vector of dam ids.

sire

Vector of sire ids.

Value

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


[Package purgeR version 1.8.2 Index]