grob_text {grobblR} | R 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()
[Package grobblR version 0.2.1 Index]