filter_verbose.Rd
Filter finds rows where conditions are true.
filter_verbose(df, user = "u_id", ...)
A dataframe
Name of column that holds unique identifier for each user
Logical predicates defined in terms of the variables in df. Only rows match conditions are kept.