Description Usage Arguments Value
View source: R/write_scrape_test_searches.R
Given a list of terms, removes redundant terms based on plurals, stemming, or partial matches
1 | remove_redundancies(terms, closure = c("left", "right", "full", "none"))
|
terms |
a character vector of terms |
closure |
restrictions on how matches are detected; left requires matches to start with a term (e.g "burn" matches "burning"), right requires matches to end with a term (e.g. "burn" matches "postburn" but not "postburning"), full requires exact matches (e.g. "burn" only matches "burn"), and none allows terms to be embedded within matches. |
a character vector with redundant terms removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.