Forum Discussion
Conditional Formatting based on a formula
I know it's not possible to apply conditional formatting to a column in a table, based on a formula, or the value of another column. But is it possible to this with R?
- 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
2 Replies
- AnonymousNot applicable
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- WelterMHelper I
Thank you, Lydia. That gives me some hope.