Forum Discussion
Conditional Formatting based on a formula
- Anonymous8 years ago
WelterM,
It is possible to apply conditional formatting with R, please review the following blogs. Also you can use UNICHAR() function as a workaround which is described in this similar thread.
More Examples on Styling Cells, Rows, and Tables
Conditional Formatting of a Table in R
There is also a similar thread about using R for your reference.
https://stackoverflow.com/questions/31323885/how-to-color-specific-cells-in-a-data-frame-table-in-r
Regards,
Lydia
WelterM,
It is possible to apply conditional formatting with R, please review the following blogs. Also you can use UNICHAR() function as a workaround which is described in this similar thread.
More Examples on Styling Cells, Rows, and Tables
Conditional Formatting of a Table in R
There is also a similar thread about using R for your reference.
https://stackoverflow.com/questions/31323885/how-to-color-specific-cells-in-a-data-frame-table-in-r
Regards,
Lydia
Thank you, Lydia. That gives me some hope.