Description Usage Arguments Value Author(s) Examples
View source: R/web.search.user.R
Search user by nick name.
1  | web.search.user(screen_name, roauth = NULL)
 | 
screen_name | 
 Nick name of a user.  | 
roauth | 
 A OAuth object created by   | 
A data.frame of weibos, each weibo contains:
uid | 
 User ID  | 
url | 
 URL of user  | 
follow | 
 Number of followers  | 
fan | 
 Number of funs  | 
profile | 
 Number of weibos  | 
Jian Li <rweibo@sina.com>
1 2 3 4  | ## Not run: 
web.search.user("lijian001")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.