Generate a data frame of all networks in the Animal Social Network Repository (asnr)

asnr_network_df(user = "bansallab", repo = "asnr")

Arguments

user

character scalar, used to reconstruct the asnr github repository. Default is "bansallab".

repo

character scalar, used to reconstruct the asnr github repository. Default is "asnr".

Value

a character data frame with the column "class", "species", and "network"

Examples

if (FALSE) { asnr_network_df() }