Description Usage Arguments Value Examples
Apply a filtering criterion
1 | apply_filter(d, var, values)
|
d |
input data frame. |
var |
variable name (as a quoted character string). |
values |
vector of values used as filtering criterion: for qualitative variables, a vector of valid values; for quantitative variables, the valid range. |
A data frame, comprising only the subset of rows of the input data frame that match the filter.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.