Reads col_filters from all metadata tables in the connected database.
Returns a nested list keyed by table type and table key (code type or
mapping pair).
Value
A named list with entries for lookup, mapping, and
relationship. Each entry is a named list keyed by code type (or
"from > to" for mappings), containing either:
If
defaults_only = TRUE: a flatlist(col = c(default_values))If
defaults_only = FALSE: a fulllist(col = list(values = ..., defaults = ...))
Returns an empty list if no database is connected.
See also
Other Workbench management:
codeminer_clear_col_filters(),
codeminer_clear_versions(),
codeminer_connect(),
codeminer_disconnect(),
codeminer_refresh_cache(),
codeminer_set_col_filters(),
codeminer_set_version(),
codeminer_snapshot_extra(),
codeminer_status(),
default_col_filters(),
with_col_filters()