Skip to contents

Basic usage

filterInput()
Create a shiny Input
updateFilterInput()
Create a shiny Input

Usage with data.frames

serverFilterInput()
Run the backend server for filterInput
apply_filters()
Apply Filters to an object
get_input_ids()
Retrieve the Ids of Input Objects
get_input_labels()
Retrieve the Labels of Input Objects

Customize shinyfilters

args_filter_input() args_update_filter_input()
Derive Arguments for shiny Inputs
call_filter_input() call_update_filter_input()
Prepare and Evaluate Input Function and Arguments
get_filter_logical()
Compute a Filter Predicate

Utilities

get_input_values()
Get Multiple Values from a shiny Input Object