fixup {DescribeDisplay} | R Documentation |
R2.4 introduces a warning for trailing commas in lists. This function will fix old files to remove these extra commas. The latest version of the DescribeDisplay plugin does not produce extra commas.
fixup(path)
path |
path of file to fix |
Hadley Wickham <h.wickham@gmail.com>
#sapply(dir("examples", ".[rR]$", full=T), fixup)