Description Usage Arguments Value See Also
View source: R/regex_helpers.R
Gets the regex pattern matching the affirmative of a given string 'v'. Does progressive capitalization on values separated by spaces for each value in v, appends flanking '.*' (matches any char) for each value in v, appends "|" OR conditional separator
1 | get_pstr(v)
|
v |
Character string or vector of such character strings. |
Regex patterns for detecting matching strings from metadata.
get_pstr_neg, get_filt, appendvar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.