Rdocumentation
powered by
Learn R Programming
rebus (version 0.0-4)
literal: Treat part of a regular expression literally.
Description
Treats its contents as literal characters.
Usage
literal(x)
Arguments
x
A character vector.
Value
A character vector representing part or all of a regular expression.
Examples
Run this code
literal(digit(
1
,
3
))
Run the code above in your browser using
DataLab