grob_text {grobblR} | R Documentation |
Initialize a grob text object, to be used within grob_col
.
grob_text(x)
x |
A single character string. |
An R6 object of the grob matrix class.
"The quick brown fox jumps over the lazy dog" %>%
grob_text() %>%
view_grob()