str_detect | R Documentation |
Detect presence/absence of pattern
str_detect(string, pattern, negate = FALSE)
string |
Character vector of strings. |
pattern |
A pattern to match. Can be:
Unlike stringr, |
negate |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.