Skip to contents

This block provides access to filter verb and returns the filtered data.

Usage

new_filter_block(
  columns = character(),
  values = character(),
  filter_fun = "==",
  submit = NA,
  ...
)

Arguments

columns

Columns used for filtering

values

Values used for filtering

filter_fun

Filter function for the expression

submit

Whether this block requires to press a submit button to get the results. Boolean, default to FALSE, which means no submit button. If NA, then no computation is triggered and the user needs to click on the button to see the block result. If TRUE, computation is automatically triggered and the button is shown (which is useful when restoring a stack).

...

Further (metadata) attributes