Description Usage Arguments Details Value Author(s) References See Also Examples
This function will accept a list of other Twitter users and will detail if they follow you and/or you follow them.
1 | friendships(screen_names = character(), user_ids = character(), ...)
|
screen_names |
A vector of one or more Twitter screen names |
user_ids |
A vector of one or more Twitter user id values |
... |
Any other arguments to pass to RCurl |
The combined number of screen names and user ids may not exceed 100. Any non-existent users will be dropped from the output
A data.frame, one row for each user requested with columns name
,
screen_name
, id
, following
and followed_by
. The
latter two columns will be TRUE
or FALSE
depending on that user's
relations with your account.
Jeff Gentry
https://dev.twitter.com/docs/api/1.1/get/friendships/lookup
1 2 3 4 | ## Not run:
friendships()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.