common | R Documentation |
Find common words between grouping variables (e.g., people).
common(word.list, overlap = "all", equal.or = "more", ...)
word.list |
A list of named character vectors. |
overlap |
Minimum/exact amount of overlap. |
equal.or |
A character vector of c( |
... |
In lieu of |
Returns a dataframe of all words that match the criteria set by
overlap
and equal.or
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.