This function generates a meaningful word cloud with customized stopwords

CleverWordCloud(text, my_stopwords)

Arguments

text

Input a character vector

my_stopwords

a list of strings

Value

An image

Examples

if (FALSE) {
CleverWordCloud(c("cry", "foot", "maximum", "is"), list("is"))
}