Description Usage Arguments Value Examples
The returned string, used as a regular expression, will exactly match the original string.
1 | quote_meta(unquoted, parallel = FALSE, grain_size = 1e+05)
|
unquoted |
unquoted string |
parallel |
multithreading support |
grain_size |
a minimum chunk size for tuning the behavior of parallel algorithms. |
quoted string
1 2 3 4 | quote_meta(c("1.2","abc"))
re2_detect("1+2", "1+2")
re2_detect("1+2", quote_meta("1+2"))
re2_detect("1+2", re2("1+2",literal = TRUE))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.