Extension of str_detect to list
Extension of str_detect to list
str_detect2(list, pattern)
list |
a list |
pattern |
pattern to look for |
site=list(c("a","c"),c("a","b","c")) str_detect2(site,"b")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.