Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

parse.SmartComments

Parses one single smart comment


Description

Parses one single smart comment.

Usage

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

Arguments

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.

Value

Returns a list structure.

Author(s)

Henrik Bengtsson

See Also

For more information see SmartComments.


R.utils

Various Programming Utilities

v2.10.1
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.