Learn R Programming

networkdata (version 0.1.6)

show_networks: Helper function to view datasets

Description

Browse through the datasets contained in the package by specifying some desired properties.

Usage

show_networks(type = "all")

Arguments

type

one of "all","two-mode","one-mode","undirected","directed","weighted","unweighted","collection" (all datasets that consist of several networks),"vattr" (all networks containing vertex attributes)

Value

data.frame of datasets

Examples

Run this code
# NOT RUN {
# all networks
show_networks(type = "all")

# all directed networks
show_networks(type = "directed")
# }

Run the code above in your browser using DataLab