common {qdap} | R Documentation |
Find Common Words Between Groups
Description
Find common words between grouping variables (e.g., people).
Usage
common(word.list, overlap = "all", equal.or = "more", ...)
Arguments
word.list |
A list of named character vectors. |
overlap |
Minimum/exact amount of overlap. |
equal.or |
A character vector of c( |
... |
In lieu of |
Value
Returns a dataframe of all words that match the criteria set by
overlap
and equal.or
.
[Package qdap version 2.4.6 Index]