run_app {cheem}R Documentation

Runs a shiny app demonstrating manual tours

Description

Runs a local shiny app that demonstrates manual tour and comparable traditional techniques for static projections of multivariate data sets.

Usage

run_app(app_nm = "cheem", ...)

Arguments

app_nm

Name of the shiny app to run. Expects "cheem_initial".

...

Other arguments passed into shiny::runApp(). Such as display.mode = "showcase".

Value

Runs a locally hosted shiny app.

See Also

Other cheem consumers: global_view_legwork(), global_view(), radial_cheem_tour()

Examples

## 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")
}

[Package cheem version 0.4.0.0 Index]