Rdocumentation
powered by
Learn R Programming
svTools (version 0.0-12)
checkUsageFile: File based version of checkUsage
Description
Simple wrapper to the checkUsage function of the codetools package that calls checkUsage on all objects contained in a source file
Usage
checkUsageFile(file, encoding = "unknown")
Arguments
file
file to check
encoding
encoding to assume for the file
Value
A data frame of errors/problems in the file is returned
See Also
checkUsage