add_linebreaks {JointAI} | R Documentation |
Adds line breaks to a string, breaking it after a "+" sign to not exceed a given width of characters and taking into account indentation.
add_linebreaks(string, indent, width = 90L)
string |
a character string (linear predictor) |
indent |
integer; number of characters the new line should be indented |
width |
integer; the maximum number of characters per line |