getArbitraryNetwork {vkR} | R Documentation |
Building a friend graph for an arbitrary list of users
getArbitraryNetwork(users_ids, format = "edgelist")
users_ids |
User IDs |
format |
Either "edgelist" for a list of edges or "adjmatrix" for an adjacency matrix |