Skip to contents

Handles the server-side logic for the Movies Review application.

Usage

movies_server(input, output, session)

Arguments

input

The Shiny input object.

output

The Shiny output object.

session

The Shiny session object.

Value

Defines server logic for reactive outputs and module integration.

Details

The server integrates the following modules:

See also

Other Application Components: movies_ui()