compile.SmartComments
From R.utils v2.10.1
by Henrik Bengtsson
Preprocess a vector of code lines
Preprocess a vector of code lines.
- Keywords
- methods, internal, programming
Usage
# S3 method for SmartComments
compile(this, lines, trim=TRUE, excludeComments=FALSE, ...)
Arguments
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
See Also
For more information see SmartComments
.
Community examples
Looks like there are no examples yet.