Colouring specific table cells across different rows and columns in a gtsummary table using R and gtable
I am trying to colour specific cells in a gtsummary table of the mtcars data set. The code below provides a gtsummary table with 4 columns, the first referring to the variables, and the remaining three columns referring to the three levels of the “cyl” factor. The objective is to be able to pinpoint specific … Read more