stringContains | R Documentation |
stringContains
stringContains(x, contains)
x |
vector of character |
contains |
vector of character |
stringContains(c("abc", "Kabeljau", "Arabella"), "ab")
stringContains(c("abc", "Kabeljau", "Arabella"), "abc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.