make_search_phrases {textreg}R Documentation

Convert phrases to appropriate search string.

Description

Will change, e.g., "test * pig+" to appropriate regular expression to find in the text.

Usage

make_search_phrases(phrases)

Arguments

phrases

List of strings denoting the phrases to be searched for.


[Package textreg version 0.1.5 Index]