| run_app | R Documentation | 
Runs a local shiny app that demonstrates manual tour and comparable traditional techniques for static projections of multivariate data sets.
run_app(app_nm = "cheem", ...)
| app_nm | Name of the shiny app to run. Expects "cheem_initial". | 
| ... | Other arguments passed into  | 
Runs a locally hosted shiny app.
Other cheem consumers: 
global_view_legwork(),
global_view(),
radial_cheem_tour()
## Only run this example in interactive R sessions
if(interactive()){
  ## Runs the app
  run_app("cheem")
  
  ## Run with app code displayed
  run_app(app_nm = "cheem", display.mode = "showcase")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.