check_types: Check that mandatory column names are of type int

View source: R/check.R

check_typesR 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.


purgeR documentation built on May 29, 2024, 7:24 a.m.