analysis.getReposts: Return the data.frame of reposted weibos of a original weibo.

Description Usage Arguments Value Author(s) Examples

Description

Return the data.frame of reposted weibos of a original weibo.

Usage

1
analysis.getReposts(roauth, mid, count = -1, startcount = 1)

Arguments

roauth

A OAuth object created by createOAuth.

mid

Weibo ID.

count

The total count of reposts.

startcount

The start number of reposts.

Value

A data.frame.

Author(s)

Jian Li <rweibo@sina.com>

Examples

1
2
3
4
5
## Not run: 

a1 <- analysis.getReposts(roauth, mid = "3575234466298494")

## End(Not run)

Rweibo documentation built on May 2, 2019, 5:23 p.m.