Skip to contents

Check some text for a phrase

Usage

checkPhrase(phrase, issueBody)

Arguments

phrase

The phrase to look for.

issueBody

The text to search within.

Value

A logical vector.

Examples

checkPhrase('hello', 'you say hello i say goodbye')
#> [1] TRUE