tidygraph

From MaRDI portal
Software:57282



CRANtidygraphMaRDI QIDQ57282

A Tidy API for Graph Manipulation

Thomas Lin Pedersen

Last update: 30 January 2024

Copyright license: MIT license, File License

Software version identifier: 1.2.3, 1.0.0, 1.1.0, 1.1.1, 1.1.2, 1.2.0, 1.2.1, 1.2.2, 1.3.0, 1.3.1



A graph, while not "tidy" in itself, can be thought of as two tidy data frames describing node and edge data respectively. 'tidygraph' provides an approach to manipulate these two virtual data frames using the API defined in the 'dplyr' package, as well as provides tidy interfaces to a lot of common graph algorithms.