condformat2grob {condformat} | R Documentation |
Converts the table to a grid object
Description
Converts the table to a grid object
Usage
condformat2grob(x, draw = TRUE)
Arguments
x |
A condformat_tbl object |
draw |
A logical. If |
Value
the grid object
Examples
library(condformat)
data.frame(Student = c("Alice", "Bob", "Charlie"),
Evaluation = c("Great", "Well done", "Good job!")) %>%
condformat() %>%
condformat2grob()
[Package condformat version 0.10.1 Index]