convertComment.VComments {R.utils} | 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
.