| str_detect | R Documentation |
Detect presence/absence of a match
str_detect(string, pattern, negate = FALSE)
string |
Input string |
pattern |
Pattern to look for |
negate |
If |
Logical vector
Guangchuang Yu
Other str-utils:
str_extract(),
str_starts(),
str_wrap()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.