Learn R Programming

dm (version 0.2.8)

dm_get_filters: Get filter expressions

Description

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.

Usage

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.