convertComment.VComments | R Documentation |
Converts a verbose comment to R code.
## S3 method for class 'VComments'
convertComment(this, vcomment, .currLine=NA, .line=NA, ...)
vcomment |
A vcomment |
.currLine, .line |
A line number and the line currently processed. Used for error message and warnings. |
... |
Not used. |
Returns one character
string of R code.
Henrik Bengtsson
For more information see VComments
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.