output a ggplot wordcloud graph of the top texts from some insight function
1 | score_wordcloud(.data, y, n = 15, x = text, shape = "circle")
|
.data |
a dataframe containing "text" and insight columns as per the output of the get_(term|aggregate)_insight wrapper function |
y |
symbol name of the column insight was outputted to |
n |
number of words to display |
x |
symbol name of column for insight labels |
shape |
character: shape of the wordcloud |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.