Launch the Movies Review Application
launch_app.RdStarts 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"= alternativebsliblayout"ggp2"=ggplot2movies(tidy) data app."quarto"= Quarto movies app.
- options
arguments to pass to
options()- run
where to launch app:
p= launch in viewer paneb= launch in external browserw= launch in window
- ...
arguments passed to UI
Details
See the ggplot2movies package.
See also
movies_ui()for the user interface.movies_server()for the server logic.