Add missing columns from the specification

add_missing_spec_cols(table_list, table_spec, new_name = "snake_name")

Arguments

table_list

A list of data frames to check against the spec.

table_spec

The table spec. See details.

new_name

Case in which the new names should be added. Must be a column from the table_spec.

See also