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:
table
table that was filtered,
filter
the filter expression,
zoomed
logical, does the filter condition relate to the zoomed table.