Usage Arguments Details Examples
1 | f_weibo_app_repost(hisID='xiaonan', weibo_repost=weibo_repost, topk=5)
|
hisID |
用于文件命名 |
weibo_repost |
之前抓取到的微博转发数据 |
topk |
关注前topk个节点 |
运行完成后,会在工作路径下生成weibo_repost_hisID_时间.png文件
1 2 | load('weibo_saved_repost_xiaonan.RData')
f_weibo_app_repost(hisID='xiaonan', weibo_repost=weibo_repost)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.