R.utils (version 0.9.7)

parse.SmartComments: Parses one single smart comment

Description

Parses one single smart comment.

Usage

## S3 method for class 'SmartComments}(this, lines, currLine, ..., letter=this$letter, pattern=NULL)':
parseundefined

 lines{A character vector of lines of code containing smart
                                                           comments (only).}
  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.}
  letter{The letter of the smart comment. Available to avoid lookup
     at every line.}

 Returns a list structure.

 [object Object]

 For more information see SmartComments.


internal
methods
programming

Arguments