Compare Two Columns of a Data Frame (Raw Vs Regrouped)
Usage
checkGrouping(data, column_raw, column_cat)
Arguments
- data
data frame
- column_raw
name of column in data
containing original (raw)
values
- column_cat
name of column in data
containing the result of
regrouping the raw value into categories