print.reverse_construct: Prints a reverse_construct object

Description Usage Arguments

View source: R/as.regexr.R

Description

Prints a reverse_construct object.

Usage

1
2
## S3 method for class 'reverse_construct'
print(x, file = "", ...)

Arguments

x

A reverse_construct object.

file

A connection, or a character string naming the file to print to. If "" (the default), cat prints to the console unless redirected by sink. Windows users may use file = "clipboard" to copy the content to the clipboard.

...

Other arguments passed to cat.


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