powered by
Converts the table to a grid object
condformat2grob(x)
the grid object
A condformat_tbl object
library(condformat) data.frame(Student = c("Alice", "Bob", "Charlie"), Evaluation = c("Great", "Well done", "Good job!")) %>% condformat %>% condformat2grob
Run the code above in your browser using DataLab