Description Usage Arguments Value Examples
Plots echarts sankey diagram from a data.frame
1 |
df |
a data.frame of categorical variables |
A sankey ordered by the data.frame column names.
1 2 3 4 5 6 | ## Not run:
titanic <- as.data.frame(Titanic) %>%
tidyr::uncount(Freq)
jus_sankey(titanic)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.