This function takes totals and calculates rowise percentages across columns Expects columns for each percentage, can specify a vector of "grouping" column names
rowwise_calc_percentages(data, group_cols = NULL)
data.frame with rowwise totals and percentages
A data.frame that contains columns of count data and possibly columns of group names.
String or numeric indices for the columns which contain grouping variables.