Description Usage Arguments Value Examples
Wraps a minus sign as well as square brackets around a character vector to turn them into the "embedded" negative exact match keywords. It takes care of removing any other match characters like +, -, or ".
| 1 | 
| x | a keyword or a vector of keywords | 
negative exact match keywords
| 1 2 3 | mtcars$negative_exact <- kw_negative_exact(rownames(mtcars))
keywords <- c("movie tickets", "movies", "best movies")
kw_negative_exact(keywords)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.