f_filter | R Documentation |
dplyr::filter()
Alternative to dplyr::filter()
f_filter(data, ..., .by = NULL)
data |
A data frame. |
... |
Expressions used to filter the data frame with. |
.by |
(Optional). A selection of columns to group by for this operation. Columns are specified using tidy-select. |
A filtered data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.