jus_sankey: Plots echarts sankey diagram from a data.frame

Description Usage Arguments Value Examples

View source: R/jus_sankey.R

Description

Plots echarts sankey diagram from a data.frame

Usage

1

Arguments

df

a data.frame of categorical variables

Value

A sankey ordered by the data.frame column names.

Examples

1
2
3
4
5
6
## Not run: 
titanic <- as.data.frame(Titanic) %>%
           tidyr::uncount(Freq)
jus_sankey(titanic)

## End(Not run)

jjesusfilho/JurisVis documentation built on Jan. 16, 2022, 9:20 a.m.