Handles the server-side logic for the Movies Review application.
movies_server.Rd
Handles the server-side logic for the Movies Review application.
Details
The server integrates the following modules:
Variable Input Module: Processes user input for scatter plot customization using
mod_var_input_server()
.Plot Display Module: Generates and displays a scatter plot based on user inputs using
mod_scatter_display_server()
.
See also
movies_ui()
for the corresponding user interface.launch_app()
for the entry point of the application.
Other Application Components:
movies_ui()