Remove centrality measures and can filter on cat or num
Usage
get_node_attributes(g, type = "all")
Arguments
- g
network object
- type
type to return
Value
list of attributes names
Examples
get_node_attributes(example_network)
#> [1] "genetic_sex" "site" "name" "lat" "long"