grob_text: Grob Text

View source: R/grob_object_functions.R

grob_textR Documentation

Grob Text

Description

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

Usage

grob_text(x)

Arguments

x

A single character string.

Value

An R6 object of the grob matrix class.

Examples


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


calvinmfloyd/grobblR documentation built on Aug. 30, 2024, 8:22 p.m.