R/validate.R
validateNewColumn.Rd
Validate a new column of a table
validateNewColumn(table, column, validation = "warning", call = parent.frame())
The table to check if the column already exists.
Character vector with the name(s) of the new column(s).
Whether to throw warning or error.
Passed to cli functions.
table without conflicting columns.