Description Usage Arguments Value See Also Examples
Filter a data frame by the filter terms in ...
.
1 | filter_nse(.data, ..., filter_nse_env = parent.frame())
|
.data |
data.frame |
... |
stringified expressions to filter by. |
filter_nse_env |
environment to work in. |
.data filtered by columns named in filterTerms
1 2 3 4 5 | upperBound <- 3.5
datasets::iris %.>%
filter_nse(., Sepal.Length >= 2 * Sepal.Width,
Petal.Length <= upperBound)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.