View source: R/dplyr-funcs-string.R
| get_stringr_pattern_options | R Documentation |
stringr pattern optionsThis function assigns definitions for the stringr pattern modifier
functions (fixed(), regex(), etc.) inside itself, and uses them to
evaluate the quoted expression pattern, returning a list that is used
to control pattern matching behavior in internal arrow functions.
get_stringr_pattern_options(pattern)
pattern |
Unevaluated expression containing a call to a |
List containing elements pattern, fixed, and ignore_case
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.