compile.SmartComments | R Documentation |
Preprocess a vector of code lines.
## S3 method for class 'SmartComments'
compile(this, lines, trim=TRUE, excludeComments=FALSE, ...)
lines |
A |
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.
Returns a character
vector
.
Henrik Bengtsson
For more information see SmartComments
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.