add_escape {LexFindR}R Documentation

Escape sep and target in regex

Description

Escape sep and target in regex

Usage

add_escape(target, sep, split = TRUE)

Arguments

target

Character string containing a target word

sep

Separator in target and lexicon

split

Whether to split the target based on sep and escape every element in the character list

Value

escaped sep and target


[Package LexFindR version 1.1.0 Index]