evaluate_filter | R Documentation |
Subsets a dataframe based on filters
evaluate_filter(df, filt)
df |
A dataframe |
filters |
A string with 3 parts: 1) column name in df, 2) operator either != or ==, 3) value in column to exclude/include |
evaluate_filter(df, "Smoker==Yes") # positively select for smokers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.