Skip to contents

Starts the Movies Review Shiny application, which provides a customizable scatter plot interface for analyzing movie data.

Usage

launch_app(app = NULL, options = list(), run = "p", ...)

Arguments

app

which app to run. Options are:

  • NULL = the default app ("movies")

  • "bslib" = alternative bslib layout

  • "ggp2" = ggplot2movies (tidy) data app.

  • "quarto" = Quarto movies app.

options

arguments to pass to options()

run

where to launch app:

  • p = launch in viewer pane

  • b = launch in external browser

  • w = launch in window

...

arguments passed to UI

Value

A Shiny application object.

Details

See the ggplot2movies package.

Details

The application uses:

See also