When making network map/plot of connected terms, the need to remove cluster of terms with three or two terms is often desired. This function identifies all n-grams connected to the user provided keyword(s).
Value
data.frame
or tibble
(depending on what is provided) with the n-gram
phrases connected to the provided search.terms
(aka keyword(s)).
Author
Emilio Xavier Esposito emilio.esposito@gmail.com (https://github.com/emilioxavier)
Examples
if (FALSE) { # \dontrun{
popular.DATA <- get.bigrams.oi(data=bigrams.n3,
col.oi="gram.2",
search.terms=c("development", "learning", "health", "research"))
} # }