colo: Make Regex to Locate Strings Containing Co-ocuring Substrings

Description Usage Arguments Value Examples

View source: R/colo.R

Description

Make a regex to locate strings that contain >= 2 substrings with optional negation.

Usage

1
colo(..., not = NULL)

Arguments

not

A substring to exclude from consideration.

...

Terms that cooccur/collocate

Value

Returns a regular expression. If Windows attempts to copy to clipboard as well.

Examples

1
colo('dog', 'cat')

trinker/termcoLite documentation built on Oct. 23, 2021, 9:53 a.m.