Format an R file

formatRFile(file, width.cutoff = 100)

Arguments

file

The path to the file.

width.cutoff

Number of characters that each line should be limited to.

Details

DEPRECRATED. Please use styler::style_file instead.