User Interface for the Movies Review Application
movies_ui.Rd
Creates the user interface (UI) for the Movies Review application, which allows users to create customizable scatter plots based on movie data.
Details
The interface is built using bslib
Page (fillable):
bslib::page_fillable()
displays the app title.Sidebar:
bslib::layout_sidebar()
includes a logo and the variable selection module. (mod_var_input_ui
).Card:
bslib::card()
displays the scatter plot module (mod_scatter_display_ui
).
See also
movies_server()
for the server logic of the app.mod_var_input_ui()
andmod_scatter_display_ui()
for the modules included in the UI.
Other Application Components:
movies_server()