View source: R/module_filter_df.R
module_server_df_filter | R Documentation |
Server Module: filter info text and filtered df output
module_server_df_filter(input, output, session, dframe, condition_df)
input , output , session |
standard |
dframe |
data frame/tibble for filtering |
condition_df |
data frame/tibble with filtering conditions and grouping scope |
df, either filtered or original, based on validity of statements
in condition_df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.