identify_best_break | R Documentation |
Finds the position in the character scalar that contains the most characters without exceeding the specified width.
identify_best_break(txt, width, unit, gp)
txt |
Character scalar of note text |
width |
Numeric scalar giving width of available space |
unit |
Character scalar giving the units of measurement to be used. |
gp |
Graphical parameters to be used in printing the text. Generated by grid::gpar. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.