Learn R Programming

condformat (version 0.9.0)

condformat2grob: Converts the table to a grid object

Description

Converts the table to a grid object

Usage

condformat2grob(x)

Value

the grid object

Arguments

x

A condformat_tbl object

Examples

Run this code
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