tidygraph
https://github.com/thomasp85/tidygraph
R
A tidy API for graph manipulation
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
R not yet supported2 Subscribers
Add a CodeTriage badge to tidygraph
Help out
- Issues
- Plots appear very small to view
- add test case for bind_graph on lists + implement fix
- igraph::make_lattice()'s circular argument now named period
- Some updates based on igraph's recent changes
- `to_contracted`: when the morpher is called with simplify it always drops selfloops and does not exploit the options of to_simple
- Feature request: (new morpher) add counterpart of `to_simple` to generate multi-graph from weighted simple graph.
- Issue #195 and #197: to_contracted to exploit options of to_simple + new morpher to get multi-graphs
- filter() fails on grouped data
- .by surprisingly doesn't work in mutate()
- dfs_rank seems to give wrong results with v1.3.1
- Docs
- R not yet supported