R/run_app.R
run_app.Rd
Runs the Shiny app
run_app()
No return value, runs the app by passing it to print
## Only run this example in interactive R sessions if (interactive()) { library(visxhclust) run_app() }