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)
a character string (linear predictor)
integer; number of characters the new line should be indented
integer; the maximum number of characters per line