grob_text: Grob Text

Description Usage Arguments Value Examples

View source: R/grob_object_functions.R

Description

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

Usage

1

Arguments

x

A single character string.

Value

An R6 object of the grob matrix class.

Examples

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

grobblR documentation built on Sept. 15, 2021, 1:07 a.m.