wrap_strings | R Documentation |
Handy function for wrapping long text strings for usage in plots
wrap_strings(strings, width)
strings |
Text strings |
width |
Max length before inserting line shift |
Text strings with inserted line shifts
wrapped_string <- wrap_strings(c("This is a long text to be wrapped"), 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.