get_embeds_in_targetP | R Documentation |
Items embedded in the target which are not cohorts or neighbors
get_embeds_in_targetP(
target,
lexicon,
neighbors = "das",
sep = " ",
form = FALSE,
count = FALSE
)
target |
Character string containing a target word |
lexicon |
Character vector containing the lexical database |
neighbors |
(get_neighbors only) Character vector specifying the type of neighbor to return. Return the delete, add, substitute neighbors of the target when 'd', 'a', and/or 's' is in neighbors respectively |
sep |
Separator in target and lexicon |
form |
Whether to return words in lexicon |
count |
Whether to return count of words |
the indexes of the competitors in the lexical database
get_embeds_in_targetP("B AA R K IY", c("AA R K", "AA R", "AA R K IY", "B AA R"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.