containsText | R Documentation |
containsText
is a utility function returns TRUE if one text value is
present in another. Case sensitive. If textToSearch is a vector, returns
TRUE if any element contains textToFind.
containsText(textToSearch, textToFind)
textToSearch |
The value to be searched. |
textToFind |
The value to find. |
TRUE if the textToFind value is found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.