powered by
Part of Pedigree Curation
convertFromCenter(fromCenter)
A logical vector specifying TRUE if an animal is from the center otherwise FALSE.
character or logical vector or NA indicating whether or not the animal is from the center.
original <- c( "y", "yes", "Y", "Yes", "YES", "n", "N", "No", "NO", "no", "t", "T", "True", "true", "TRUE", "f", "F", "false", "False", "FALSE" ) convertFromCenter(original)
Run the code above in your browser using DataLab