Description Usage Arguments Examples
This function generates wordcloud of weibo comments.
1 | weibo_cloud(df_comments, stopwords = c(""), maxrow = 100)
|
df_comments |
the dataframe of weibo comments |
stopwords |
the stop words |
1 2 | df_comments = get_comments(access_token, weiboid)
weibo_cloud(df_comments)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.