str_detect | R Documentation |
Detect the presentce/absence of a match
str_detect(string, pattern, negate = FALSE)
string |
input string |
pattern |
pattern to look for |
negate |
if TRUE, inverts the resulting boolen vector |
logical vector
Guangchuang Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.