str_fun | R Documentation |
Detect the existence of multiple strings
str_fun(x, str = str)
x |
provide the target variable |
str |
provide the strings need to be detected |
Shanquan CHEN shanquan0301@gmial.com
x <- c("counts", "outcome", "treatment")
str_fun(x, str = c("cou", "ment"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.