Description Usage Arguments Examples
Function to get all friends of an ego account and return a dataframe of all directed edges between ego and friends
1 | generate_ego_friend_edgelist(ego_name, n = NULL)
|
n |
number of friends to retrieve, default of NULL will retrieve all followers. If a user has fewer than n friends, all friends will be retrieved |
ego |
ego username |
1 | generate_ego_friend_edgelist("APSAtweets")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.