View source: R/conditional_filter-utils.R
col_vals | R Documentation |
Base filter method based on the class of column
col_vals(col, expr, env, remove_na = FALSE, update = FALSE) ## S3 method for class 'numeric' col_vals(col, expr, env, remove_na = FALSE, update = FALSE) ## S3 method for class 'character' col_vals(col, expr, env, remove_na = FALSE, update = FALSE) ## S3 method for class 'factor' col_vals(col, expr, env, remove_na = FALSE, update = FALSE) ## S3 method for class 'logical' col_vals(col, expr, env, remove_na = FALSE, update = FALSE)
col |
Column of a dataframe. |
expr |
The expression of param |
env |
The original environment of param |
remove_na |
Remove NA's. |
update |
Logical indicating whether ui controllers are ui- or server-side for updating the controllers ranges. |
List containing the ingredients to build a Shiny controller.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.