Apply filter based on a statement, scoped to dplyr
groups
filter_scoped(dframe, statement, scope_at = NULL)
data.frame/tbl, grouped or ungrouped
character, statement for filtering (only VALID expressions; use check_individual_statement
to grab only valid.
numeric, group indices to apply filter statements to
List, containing item filtered_df
, a data.frame
filtered based on statements and scope.