compile.SmartComments {R.utils} | R Documentation |
Preprocess a vector of code lines.
## S3 method for class 'SmartComments'
compile(this, lines, trim=TRUE, excludeComments=FALSE, ...)
lines |
|
trim |
If |
excludeComments |
If |
... |
Not used. |
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.
Henrik Bengtsson
For more information see SmartComments
.