Filter finds rows where conditions are true.

filter_verbose(df, user = "u_id", ...)

Arguments

df

A dataframe

user

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.