check_col {purgeR} | R Documentation |
Check that optional column is included
Description
Some functions require additional columns. Check that they are named in the pedigree.
Usage
check_col(names, name)
Arguments
names |
Column names (all) |
name |
Column name to check. |
Value
No return value. Will print an error message if checking fail.
[Package purgeR version 1.8.2 Index]