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)

Arguments

x

An object.

Value

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.