dm_get_filters() returns the filter expressions that have been applied to a dm object.
These filter expressions are not intended for evaluation, only for
information.
dm_get_filters(x)
| x | An object. |
|---|
A tibble with the following columns:
tabletable that was filtered,
filterthe filter expression,
zoomedlogical, does the filter condition relate to the zoomed table.