Closed hadley closed 2 years ago
str_detect(x, pattern = "") now fails because it's ambiguous, so I've switch your code to use a simpler alternative.
str_detect(x, pattern = "")
Thanks for the report and suggestions for alternatives.
FYI stringr is now scheduled for release to CRAN on Dec 2.
str_detect(x, pattern = "")
now fails because it's ambiguous, so I've switch your code to use a simpler alternative.