Description Usage Arguments Value See Also
Gets information on friendship between two Twitter users.
1 | lookup_friendships(source, target, parse = TRUE, token = NULL)
|
source |
Screen name or user id of source user. |
target |
Screen name or user id of target user. |
parse |
Logical indicating whether to return parsed data frame. Defaults to true. |
token |
Every user should have their own Oauth (Twitter API) token. By
default |
Data frame converted form returned JSON object. If parse is not true, the HTTP response object is returned instead.
Other friends:
my_friendships()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.