powered by
Runs a local shiny app that demonstrates manual tour and comparable traditional techniques for static projections of multivariate data sets.
run_app(app_nm = "intro", ...)
name of the shiny app to run. Expects "intro".
Other arguments passed into shiny::runApp(). Such as display.mode = "showcase".
shiny::runApp()
opens a local shiny app
# NOT RUN { run_app(app_nm= "intro") run_app(app_nm= "intro", display.mode = "showcase") # }
Run the code above in your browser using DataLab