Map cell colors to data values in kableExtra to create a heatmap table
问题 I have a table below and would like to apply ROW-level heat maps. (1) Any idea how? Right now the heat map is the same for both values in the single row below. (2) Is there a way to make the header for the group column NOT be angled 90 degrees? Right now all headers are angled but for the group column it be better without angle=90. here is the rmd file. --- title: "Untitled" output: pdf_document --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) library(dplyr) library