Posts by Dan • 181 points
1 post
-
8
votes4
answers1920
viewsA: Create column with sum and percentage of the maximum of other columns
recreating the table in code (so everyone can reproduce the example): dt_so_bruna <- structure(list(A = c(100, 49, 30, 11, 7, 0, 1, 5, 7, 12), B = c(50, 51, 20, 10, 3, 10, 2, 6, 3, 3), C = c(0,…