View source: R/applyGroupCountThreshold.R
applyGroupCountThreshold | R Documentation |
Utility function to check for minimum group membership in a dataframe
applyGroupCountThreshold(.data, ..., threshold = 10)
.data |
dataframe containing group column to check |
... |
columns, string - any combinaton of grouping variables to check threshold against |
threshold |
integer - minimum group membership threshold to be met in order to return data. default = 10 |
returns original dataframe if threshold is met for each group member. If threshold not met, NULL is returned
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.