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)
.net | network of class |
---|
character
vector
edge_get_attr_names(.net = florence_business_ig)#> [1] "edge_type"florence_business_nw %>% edge_get_attr_names()#> [1] "edge_type"