Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

containsText

Check whether a text value is present in another text value.


Description

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.

Usage

containsText(textToSearch, textToFind)

Arguments

textToSearch

The value to be searched.

textToFind

The value to find.

Value

TRUE if the textToFind value is found.


basictabler

Construct Rich Tables for Output to 'HTML'/'Excel'

v1.0.0
GPL-3
Authors
Christopher Bailiss [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.