get_target_embeds_in: Get embedded competitors

Description Usage Arguments Value Examples

View source: R/competitors.R

Description

Embedded competitors are items which the target embedded in.

Usage

1
get_target_embeds_in(target, lexicon, sep = " ", form = FALSE, count = FALSE)

Arguments

target

Character string containing a target word

lexicon

Character vector containing the lexical database

sep

Separator in target and lexicon

form

Whether to return words in lexicon

count

Whether to return count of words

Value

the indexes of the competitors in the lexical database

Examples

1
get_target_embeds_in("AA R K", c("AA R K", "B AA R K", "B AA B"))

LexFindR documentation built on Oct. 29, 2021, 9:07 a.m.