Filter finds rows where conditions are true within nested dataframe

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

Arguments

df

A nested 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.