searchWithin | R Documentation |
Check whether a string/vector is contained within a vector function which, for a given dataset, checks whether vector, or text, is contained within another vector.
searchWithin(search, within, quietly = TRUE)
search |
A vector or string which is being searched for. |
within |
A vector in which to search for |
quietly |
Boolean whether to print messages |
Boolean: True (Found), False (Not Found)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.