Start a Shiny application that allows interactive exploration of simulated step-package Sankey diagrams.
Usage
launch_step_app(df, group_cols = character())
Examples
if (interactive()) {
df <- simulate(20)
launch_step_app(df)
}
Start a Shiny application that allows interactive exploration of simulated step-package Sankey diagrams.
launch_step_app(df, group_cols = character())
if (interactive()) {
df <- simulate(20)
launch_step_app(df)
}