weibo_cloud: The sina weibo wordcloud

Description Usage Arguments Examples

View source: R/weibo_cloud.R

Description

This function generates wordcloud of weibo comments.

Usage

1
weibo_cloud(df_comments, stopwords = c(""), maxrow = 100)

Arguments

df_comments

the dataframe of weibo comments

stopwords

the stop words

Examples

1
2
df_comments = get_comments(access_token, weiboid)
weibo_cloud(df_comments)

sjhfx/rwda documentation built on Aug. 6, 2019, 6:21 p.m.