View source: R/modmedEquation.R
str_detect2 | R Documentation |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.