getArbitraryNetwork {vkR}R Documentation

Building a friend graph for an arbitrary list of users

Description

Building a friend graph for an arbitrary list of users

Usage

getArbitraryNetwork(users_ids, format = "edgelist")

Arguments

users_ids

User IDs

format

Either "edgelist" for a list of edges or "adjmatrix" for an adjacency matrix


[Package vkR version 0.2 Index]