Description Usage Arguments Value Examples
View source: R/CleverWordCloud.R
This function generates a meaningful word cloud with customized stopwords
1 | CleverWordCloud(text, my_stopwords)
|
text |
Input a character vector |
my_stopwords |
a list of strings |
An image
1 2 3 4 | ## Not run:
CleverWordCloud(c("cry", "foot", "maximum", "is"), list("is"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.