I have this table
library(carData)
View(Salaries)
table(Salaries$rank,Salaries$discipline)
And I want to color the cells from the highest to the lowest and then be able to export the coloured table into excel. appreciate the help.
I have this table
library(carData)
View(Salaries)
table(Salaries$rank,Salaries$discipline)
And I want to color the cells from the highest to the lowest and then be able to export the coloured table into excel. appreciate the help.