discard_lowCounts_df | R Documentation |
This functions discard low counts in a dataframe with any non-numeric column
discard_lowCounts_df(df_given, min_count = 10)
df_given |
Dataframe to pase |
min_count |
Minimum count to use as cutoff (Default: 10). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.