lookup_friendships {rtweet} | R Documentation |
Lookup friendship information between two specified users.
Description
Gets information on friendship between two Twitter users.
Usage
lookup_friendships(source, target, parse = TRUE, token = NULL)
Arguments
source |
Screen name or user id of source user. |
target |
Screen name or user id of target user. |
parse |
If |
token |
Use this to override authentication for
a single API call. In many cases you are better off changing the
default for all calls. See |
References
See Also
Other friends:
my_friendships()
[Package rtweet version 2.0.0 Index]