ABC classification function

Source: R/abc.R

For your group variable, abc() will categorize which groups make up what proportion of the totals according to the category_values that you have entered The function returns a segment object which prints out the execution steps and actions that it will take to categorize your data Use calculate to return the results

Usage

abc(.data, category_values, .value)