network.r2d3 makes interactive network charts in D3 leveraging r2d3
It is intended to closely follow the functionality of networkD3, but with the following benefits:
- leverage the benefits of
r2d3
versus including a version of D3 internally - use a better, more consistent API based on current standards in tidyverse
- use transparent converters to enable easy usage of numerous data input types
- use a testing infrastructure to aid in development
You can install the dev version of network.r2d3 with:
pak::pak("cjyetman/network.r2d3")