Skip to contents

Initializes a MovieData R6 object, wires the filter module to the data object's $filter() method, and passes reactive results to the plot module.

Usage

movies_server(input, output, session)

Arguments

input, output, session

Standard Shiny server arguments.

Value

No return value; called for side effects.

See also

movies_ui(), launch_app()

Other Application Components: launch_app(), movies_ui()

Examples

if (FALSE) { # \dontrun{
shiny::shinyApp(ui = movies_ui(), server = movies_server)
} # }