filter_verbose | R Documentation |
Filter finds rows where conditions are true.
filter_verbose(df, user = "u_id", ...)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.