Description Usage Arguments Value Author(s) Examples
A Python-style String in Text operator that ignores case. Shorthand for str_detect(str, regex(q, ignore_case = TRUE)). Either q or str must be a single value. The return is a logical value or vector if vectorised input is provided.
1 |
q |
Regex pattern or vector of patterns to match against str |
str |
Character value or vector to match q against |
A logical value or vector
Robin Edwards
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.