Learn R Programming

spinifex (version 0.3.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 = "radial_tour", ...)

Arguments

app_nm

name of the shiny app to run. Expects "manual_tour".

...

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

Value

Runs a locally hosted shiny app.

Examples

Run this code
# NOT RUN {
run_app("radial_tour")
run_app(app_nm = "radial_tour", display.mode = "showcase")
# }

Run the code above in your browser using DataLab