Movies UI function
movies_ui.Rd
UI function for standalone app function
Details
The launch_app()
function is as a wrapper for shinyApp()
:
In launch_app()
:
UI is stored in
movies_ui()
server is stored in
movies_server()
var_input
module
mod_var_input_ui()
is used to collect the following inputs:
input$x
input$y
input$z
input$alpha
input$size
input$plot_title
scatter_display
module
mod_scatter_display_ui()
displays the graph output using scatter_plot()