Learn R Programming

grobblR (version 0.2.2)

grob_text: Grob Text

Description

Initialize a grob text object, to be used within grob_col.

Usage

grob_text(x)

Value

An R6 object of the grob matrix class.

Arguments

x

A single character string.

Examples

Run this code

"The quick brown fox jumps over the lazy dog" %>%
  grob_text() %>%
  view_grob()

Run the code above in your browser using DataLab