Summarize DeST schema coverage for a SQLite model
destep_schema_coverage.Rddestep_schema_coverage() compares the tables and fields in a DeST SQLite
database against the schema catalog shipped with destep. It is intended as a
development diagnostic for tracking which DeST tables are cataloged, which
non-empty tables are not cataloged yet, and whether cataloged fields drift
from real models.
Arguments
- dest
A DBI connection or a path to a SQLite database produced from a DeST model. Access
.accdband.mdbfiles are not read directly; convert them first withread_dest().