modifiers | R Documentation |
fixed()
Match the string literally.
regex()
Match using a POSIX 1003.2 extended regular expression.
perl()
The default, match using a perl-compatible regular expression.
perl(pattern, ignore_case = FALSE) fixed(pattern) regex(pattern, ignore_case = FALSE)
pattern |
|
ignore_case |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.