
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Helpers to grab various attributes from nodes or edges in a graph
node_names(object)node_attribute(object, attribute)
edge_attribute(object, attribute)
edge_weights(object)
graph_nodes(object)
graph_edges(object)
graph_dims(object)
graph_node_attributes(object)
graph_edge_attributes(object)
A data frame edgelist, matrix, igraph, tidygraph, or network object.
An attribute name.