as.regexr.character: Coerce character to regexr

Description Usage Arguments Details

View source: R/as.regexr.R

Description

Convert a regular expression to a commented regexr object.

Usage

1
2
3
## S3 method for class 'character'
as.regexr(x, names = TRUE, comments = TRUE,
  names.above = FALSE, comments.below = FALSE, ...)

Arguments

x

The character object.

names

logical. Should names be included in the construct script?

comments

logical. Should comments be included in the construct script?

names.above

logical. Should ames be included above the sub-expressions in the construct script? If FALSE names are placed in front of the sub-expressions.

comments.below

logical. Should comments be included below the sub-expressions in the construct script? If FALSE comments are placed behind the sub-expressions.

...

Ignored.

Details

character Method for as.regexr


regexr documentation built on May 29, 2017, 5:57 p.m.