Skip to contents

Validate a new column of a table

Usage

validateNewColumn(table, column, validation = "warning", call = parent.frame())

Arguments

table

The table to check if the column already exists.

column

Character vector with the name(s) of the new column(s).

validation

Whether to throw warning or error.

call

Passed to cli functions.

Value

table without conflicting columns.