Description Usage Arguments Value Author(s) See Also
Simple wrapper to the checkUsage()
function of the codetools package
that calls checkUsage()
on all objects contained in a source file.
1 2 |
file |
file to check. |
text |
the R source code (as text) to lint; used only if |
filename |
the filename to flag returned errors. |
encoding |
encoding to assume for the file. |
type |
the type of output to produce. |
sep |
in case of flat output, what is the indicator to use as field separator ? |
A data frame, text output or rjson object of the errors/problems in the file or the R code in 'text' is returned.
Romain Francois <francoisromain@free.fr> & Philippe Grosjean <phgrosjean@sciviews.org>
checkUsage
, lintDescription
,
lintNamespace
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.