| my_friendships {rtweet} | R Documentation |
Gets information on friendship between authenticated user and up to 100 other users.
my_friendships(user, parse = TRUE, token = NULL)
user |
Screen name or user id of target user. |
parse |
Logical indicating whether to return parsed data frame. Defaults to true. |
token |
OAuth token. By default |
Data frame converted form returned JSON object. If parse is not true, the HTTP response object is returned instead.
Other friends:
lookup_friendships()