{tidygraph}: A tidy network manipulation API
- A {dplyr} API for network data
New functions:
activate()
tells tidygraph which part of the network you want to focus on, either nodes or edges.N()
which gives access to the node data of the current graph even when working with the edges.E()
and.G()
to access the edges or the whole graph)