checkUsageFile {svTools} | R Documentation |
Simple wrapper to the checkUsage function of the codetools package that calls checkUsage on all objects contained in a source file
checkUsageFile(file, encoding = "unknown")
file |
file to check |
encoding |
encoding to assume for the file |
A data frame of errors/problems in the file is returned
Romain Francois <francoisromain@free.fr>