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

Description Usage Arguments Value Author(s) Examples

View source: R/analysis.getReposts.R

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)

sjhfx/Rweibo documentation built on March 29, 2020, 11:37 p.m.