View source: R/mod_project_selection_fct.R
Filter a data frame with a list of key-value pairs where
the key is a column name and the value is the cases to keep using %in%
1 | dyn_filter(.data, .filter_list)
|
.data |
an object that inherits from data.frame (data.frame, tibble, data.table,...) |
.filter_list |
list of key-value pairs where the key is a column name and the value is the cases to keep |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.