filter_scoped | R Documentation |
dplyr
groupsApply filter based on a statement, scoped to dplyr
groups
filter_scoped(dframe, statement, scope_at = NULL)
dframe |
data.frame/tbl, grouped or ungrouped |
statement |
character, statement for filtering (only VALID expressions; use |
scope_at |
numeric, group indices to apply filter statements to |
List, containing item filtered_df
, a data.frame
filtered based on statements and scope.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.