parse.SmartComments | R Documentation |
Parses one single smart comment.
## S3 method for class 'SmartComments'
parse(this, lines, currLine, ..., letter=this$letter, pattern=NULL)
lines |
A |
currLine |
The line number on which to smart smart comment begins. |
... |
Not used. |
letter |
The letter of the smart comment. Available to avoid lookup at every line. |
pattern |
The pattern of the smart comment. |
Returns a list
structure.
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.