Usage Arguments Details Value Examples
1 | f_weibo_repost_path(cH=ch0, hisID='xiaonan', root_url='http://weibo.com/2043157342/zcdFaeuD1')
|
cH |
之前登录获得的CurlHandle |
hisID |
自定义对方的昵称,用于文件命名 |
root_url |
目标微博原po的链接 |
运行完成后,会在工作路径下生成weibo_saved_repost_hisID.RData文件,用于后续分析,其中数据集命名为weibo_repost
result_df |
数据框,结构与f_weibo_repost_oneshot得到的结果一致 |
lost_df |
数据框,记录实际抓取结果与页面显示结果不一致的情况,暂时没用 |
1 2 | weibo_repost <- f_weibo_repost_path(cH=ch0, hisID='xiaonan', root_url='http://weibo.com/2043157342/zcdFaeuD1')
head(weibo_repost$result_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.