compile.SmartComments {R.utils} | R Documentation |
Preprocess a vector of code lines
Description
Preprocess a vector of code lines.
Usage
## S3 method for class 'SmartComments'
compile(this, lines, trim=TRUE, excludeComments=FALSE, ...)
Arguments
lines |
|
trim |
If |
excludeComments |
If |
... |
Not used. |
Details
When called, the compiler is reset.
Just before trimming is done, the validate() method is called. In the current class, this does nothing, but can be overridden in subclasses.
Value
Author(s)
Henrik Bengtsson
See Also
For more information see SmartComments
.
[Package R.utils version 2.13.0 Index]