Description Usage Arguments Value See Also
View source: R/spendingCategories.R
Check if any pattern is a substring of the character vector. Returns a logical vector indicating if any pattern is contained within.
1 | str_detect_any(string, pattern)
|
string |
character vector; Input vector. |
pattern |
character vector; substring or pattern to search for. |
logical vector of same length as input string
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.