applyGroupCountThreshold: Utility function to check for minimum group membership in a...

View source: R/applyGroupCountThreshold.R

applyGroupCountThresholdR Documentation

Utility function to check for minimum group membership in a dataframe

Description

Utility function to check for minimum group membership in a dataframe

Usage

applyGroupCountThreshold(.data, ..., threshold = 10)

Arguments

.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

Value

returns original dataframe if threshold is met for each group member. If threshold not met, NULL is returned


cusom/CUSOM.ShinyHelpers documentation built on Oct. 23, 2023, 6:50 a.m.