Description Usage Arguments Value Author(s) Examples
View source: R/analysis.getComments.R
Return the data.frame of comments of a original weibo.
1  | analysis.getComments(roauth, mid, count = -1, startcount = 1)
 | 
roauth | 
 A OAuth object created by   | 
mid | 
 Weibo ID.  | 
count | 
 The total count of reposts.  | 
startcount | 
 The start number of reposts.  | 
A data.frame.
Jian Li <rweibo@sina.com>
1 2 3 4 5  | ## Not run: 
a1 <- analysis.getComments(roauth, mid = "3575234466298494")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.