fixup {DescribeDisplay}R Documentation

Fix DescribeDisplay files with extra commas

Description

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.

Usage

fixup(path)

Arguments

path path of file to fix

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

#sapply(dir("examples", ".[rR]$", full=T), fixup)

[Package DescribeDisplay version 0.1.3 Index]