thomasp85 / tidygraph

A tidy API for graph manipulation
https://tidygraph.data-imaginist.com
Other
546 stars 61 forks source link

Issue #195 and #197: to_contracted to exploit options of to_simple + new morpher to get multi-graphs #196

Open gi0na opened 3 months ago

gi0na commented 3 months ago

These changes address issue #195 (first commit) and #197 (second commit).

gi0na commented 3 months ago

I have realised the proposal for to_contracted may break compatibility with code based on the previous version. Maybe keeping 'simplify' as an alternative argument or changing simplify to take all options can solve the problem.