Add missing tables from the specification

add_missing_spec_tables(table_list, table_spec, checked_spec)

Arguments

table_list

A list of data frames to check against the spec.

table_spec

The table spec. See details.

checked_spec

A return from check_spec().

See also