Description Usage Arguments Methods (by class)
Character class escapes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | character_class_escape(x)
## S3 method for class 'regex'
character_class_escape(x)
## S3 method for class 'character_class'
character_class_escape(x)
## S3 method for class 'character'
character_class_escape(x)
## S3 method for class 'list'
character_class_escape(x)
## Default S3 method:
character_class_escape(x)
|
x |
Object to escape. |
regex
: objects are passed through unchanged.
character_class
: objects are passed through unchanged.
character
: objects properly escaped for character classes.
list
: call character_class_escape
on all elements of the list.
default
: coerce to character
and character_class_escape
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.