common: Find Common Words Between Groups

Description Usage Arguments Value

View source: R/common.R

Description

Find common words between grouping variables (e.g., people).

Usage

1
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("equal", "greater", "more", "less").

...

In lieu of word.list the user may input n number of character vectors.

Value

Returns a dataframe of all words that match the criteria set by overlap and equal.or.


trinker/qdap documentation built on Sept. 30, 2020, 6:28 p.m.