analysis.getUserFollowers: Return the data.frame of weibos of one user.

Description Usage Arguments Value Author(s) Examples

Description

Return the data.frame of weibos of one user.

Usage

1
2
analysis.getUserFollowers(roauth, uid = NULL, screen_name = NULL,
  count = -1, startcount = 1)

Arguments

roauth

A OAuth object created by createOAuth.

uid

User ID.

screen_name

The nickname of the user that ID is specified.

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.getUserTimeline(roauth, screen_name = "rweibo")

## End(Not run)

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