check_not_col: Check if optional column is included

View source: R/check.R

check_not_colR Documentation

Check if optional column is included

Description

Some functions require additional columns. Check if they are already named in the pedigree.

Usage

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


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