Get the names of a network's edge attributes.

edge_get_attr_names(.net)

# S3 method for igraph
edge_get_attr_names(.net)

# S3 method for network
edge_get_attr_names(.net)

Arguments

.net

network of class igraph or network.

Value

character vector

Examples

edge_get_attr_names(.net = florence_business_ig)
#> [1] "edge_type"
florence_business_nw %>% edge_get_attr_names()
#> [1] "edge_type"