Description Usage Arguments Value See Also Examples
Filter a data frame by the filterTerms. Accepts arbitrary text as filterTerms to allow forms such as "Sepal.Length >= 2 * Sepal.Width".
1 | filter_se(.data, filterTerms, env = parent.frame())
|
.data |
data.frame |
filterTerms |
character vector or list of column expressions to filter by. |
env |
environment to work in. |
.data filtered by columns named in filterTerms
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.