convertComment.VComments
From R.utils v1.9.6
by Henrik Bengtsson
Converts a verbose comment to R code
Converts a verbose comment to R code.
- Keywords
- methods, internal, programming
Usage
## S3 method for class 'VComments':
convertComment(this, vcomment, .currLine=NA, .line=NA, ...)
Arguments
- vcomment
- A vcomment
list
structure. - .currLine, .line
- A line number and the line currently processed. Used for error message and warnings.
- ...
- Not used.
Value
- Returns one
character
string of Rcode.
See Also
For more information see VComments
.
Community examples
Looks like there are no examples yet.