Relative Content

Tag Archive for rshinyr-markdownquartoxtable

How to format table cells in R Quarto HTML document (xtable)

I created an HTML-based R-Quarto document running on the knitr engine. In the example below, I set up the document, include dplyr, and try to format cells of mtcars that are above the column’s average with a green fill, but xtable (the underylying table renderer) does not recognize my commands.