nhs-r-community / demos-and-how-tos

A repo for community contributed demos and how-tos to get common stuff done in the R language
https://nhs-r-community.github.io/demos-and-how-tos/
MIT License
29 stars 13 forks source link

Heatmap from a table #1

Closed ChrisBeeley closed 3 years ago

ChrisBeeley commented 3 years ago

People often want tables of numbers with heatmap style colouring on. Produce a generic solution for this using something like {reactable} or {kableExtra}

ChrisBeeley commented 3 years ago

Note that this is done for discrete (RAG) categories here https://github.com/nhs-r-community/demos-and-how-tos/tree/main/conditional_table_formatting

ChrisBeeley commented 3 years ago

There are now two solutions to this problem https://github.com/nhs-r-community/demos-and-how-tos/tree/main/conditional_table_formatting (although more are possible :smile: )