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