Skip to contents

Basic usage

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

Usage with shiny

serverFilterInput()
Run the backend server for filterInput
apply_filters()
Apply Filters to an object
get_input_values()
Get Multiple Values from a shiny Input Object

Customize shinyfilters

args_filter_input() args_update_filter_input()
Derive Arguments for shiny Inputs
arg_name_input_id() arg_name_input_label() arg_name_input_value()
Determine Filter Input Argument Names
get_filter_logical()
Compute a Filter Predicate
get_input_ids()
Retrieve the Ids of Input Objects
get_input_labels()
Retrieve the Labels of Input Objects

Internal functions

call_filter_input() call_update_filter_input()
Prepare and Evaluate Input Function and Arguments