Visualize token counts with a token cloud.
visualize_cnts_wordcloud_at(data = NULL, token = NULL, wordcloud_base = default_wordcloud(data, token), wordcloud_params = list()) visualize_cnts_wordcloud(..., token) visualize_cnts_wordcloud_facet_at(data = NULL, ..., facet = NULL, value_facet = NULL) visualize_cnts_wordcloud_facet(..., token, facet)
data | data.frame. |
---|---|
token | bare for NSE; character for SE. Name of column in |
wordcloud_base | function. Works similarly to other |
wordcloud_params | function. Works similarly to other |
... | dots. Parameters to pass to |
facet | bare for NSE; character for SE. Name of column in |
value_facet | charater or numeric. Value by which to filter the column
specified by |
plot.
plots.
facet
version is for creating multiple plots simulatenously
(probably using a purrr
'map' function).
Calls wordcloud::wordcloud()
.