Learn R Programming

purgeR (version 1.8.2)

check_types: 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)

Value

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

Arguments

id

Vector of individual ids.

dam

Vector of dam ids.

sire

Vector of sire ids.