Skip to contents

Entry point for the movexplR6 package. Calls shiny::shinyApp() with the package UI and server functions.

Usage

launch_app(...)

Arguments

...

Additional arguments passed to shiny::shinyApp().

Value

A Shiny app object (invisibly).

See also

movies_ui(), movies_server()

Other Application Components: movies_server(), movies_ui()

Examples

if (FALSE) { # \dontrun{
launch_app()
} # }