Get the names of a network's node attributes.
node_get_attr_names(.net) # S3 method for igraph node_get_attr_names(.net) # S3 method for network node_get_attr_names(.net)
.net | network of class |
---|
character
vector
node_get_attr_names(.net = florence_business_ig)#> [1] "name" "wealth" "priors"florence_business_nw %>% node_get_attr_names()#> [1] "vertex.names" "wealth" "priors"