Learn R Programming

cheem (version 0.4.2)

run_app: 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", ...)

Value

Runs a locally hosted shiny app.

Arguments

app_nm

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

...

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

See Also

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

Examples

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

Run the code above in your browser using DataLab