Movies server function
movies_server.Rd
Server 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_server()
returns following reactive values:
x
y
z
alpha
size
plot_title
scatter_display
module
mod_scatter_display_server()
displays the ggplot2
graph with the scatter_plot()
function.
Communication
The output from mod_var_input_server()
should be supplied to the
var_inputs
argument of mod_scatter_display_server()
.