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