Load table definitions from the Sequoia configuration
seq_table.RdInternal helper used by seq_normalize() to determine which fields
belong to a given table. Table definitions are stored in
inst/config/seq_tables.yaml.
Examples
if (FALSE) { # \dontrun{
# List all available tables
names(seq_table())
# Load field keys for the "parcelle" table
seq_table("parca")
} # }