DEPRECATED, please see package datamods for similar features.
Arguments
- id
Module id. See
callModule.- show_nrow
Show number of filtered rows and total.
- input, output, session
standards
shinyserver arguments.- data_table
reactivefunction returning adata.frameto filter.- data_vars
reactivefunction returning acharactervector of variable to use for filters.- data_name
reactivefunction returning acharacterstring representingdata_tablename.- label_nrow
Text to display before the number of rows of filtered data / source data.
- drop_ids
Drop columns containing more than 90% of unique values, or than 50 distinct values.
- picker
Use
shinyWidgets::pickerInputinstead ofshiny::selectizeInput(default).
Value
A list with 2 elements :
data_filtered :
reactivefunction returning data filtered.code :
reactiveValueswith 2 slots :expr(raw expression to filter data) anddplyr(code with dplyr pipeline).
