Format R code
formatRText(text, width.cutoff = 100)
A character vector with the R code to be formatted.
Number of characters that each line should be limited to.
A character vector with formatted R code.
DEPRECRATED. Please use styler::style_text
instead.