Description Usage Arguments Details Value Examples
convenience function to
1 |
pattern |
A character string starting with |
dictionary |
A dictionary of canned regular expressions to search within. |
Many R regular expressions contain doubled backslashes that are not
used in other regex interpreters. Using cat
can remove
backslash escapes (see Examples) or URLencode
if using in a url.
Returns a single string regular expression from one of the qdapRegex dictionaries.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.