Skip to contents

Opens a local Shiny application for creating a rank-transition chart, inspecting its comparison table, and visualising its largest rank changes. Users can start with the synthetic teaching data or upload a CSV file. The guided workflow supports either numeric values that need ranking or an existing rank column with no marks, rates, scores, or values.

Usage

ggrank_app(..., launch.browser = NULL)

Arguments

...

Additional arguments passed to shiny::runApp().

launch.browser

Logical or a function passed to shiny::runApp(). The default uses the RStudio Viewer when available and otherwise opens a browser during an interactive session.

Value

Invisibly returns the value from shiny::runApp().

Details

The app is a companion to the code-first workflow. It shows and downloads reusable R code for the selected analysis.

Examples

if (interactive()) {
  ggrank_app()
}