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

Description Usage Arguments Value Author(s) Examples

View source: R/analysis.getUserFollowers.R

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)

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