Description Usage Arguments Value Author(s) Examples
View source: R/str_detect_multi.R
A wrapper for stringr::str_detect to enable vectorised search against multiple terms, with regex and case_ignore applied by default
1 | str_detect_multi(strings, patterns, ignore_case = TRUE, regex = TRUE)
|
strings |
A string or character vector of strings to query patterns against |
patterns |
A string or character vector of patterns to query against strings |
ignore_case |
Should case differences be ignored in the match? |
regex |
Whether patterns are regex or fixed (activates stringr::regex or stringr::fixed) |
A logical value or vector
Robin Edwards
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.