The R package {sankeyD3plus} lets you create ‘D3’ ‘JavaScript’ Sankey diagrams in R.
This package is heavily based on this fork from {sankeyD3}, which in turn is based on {networkD3} and d3-sankey. I decided to create {sankeyD3plus} because
You can install sankeyD3plus
like so:
remotes::install_github('SchmidtPaul/sankeyD3plus')
Check out the Examples page!