View source: R/grob_object_functions.R
grob_text | 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.