convertFromCenter: Converts the fromCenter information to a standardized code

Description Usage Arguments Value Examples

View source: R/convertFromCenter.R

Description

Part of Pedigree Curation

Usage

1
convertFromCenter(fromCenter)

Arguments

fromCenter

character or logical vector or NA indicating whether or not the animal is from the center.

Value

A logical vector specifying TRUE if an animal is from the center otherwise FALSE.

Examples

1
2
3
4
original <- c("y", "yes", "Y", "Yes", "YES", "n", "N", "No", "NO", "no",
             "t", "T", "True", "true", "TRUE", "f", "F", "false", "False",
             "FALSE")
convertFromCenter(original)

rmsharp/nprcmanager documentation built on April 24, 2021, 3:13 p.m.