R.utils (version 0.7.7)

convertComment.VComments: Converts a verbose comment to R code

Description

Converts a verbose comment to R code.

Usage

## S3 method for class 'VComments}(this, vcomment, .currLine=NA, .line=NA, ...)':
convertCommentundefined

 vcomment{A vcomment list structure.}
  .currLine, .line{A line number and the line currently processed.
      Used for error message and warnings.}
  ...{Not used.}

 Returns one character string of Rcode.

 [object Object]

 For more information see VComments.


internal
methods
programming

Arguments