Variable Input Module - Server
mod_var_input_server.Rd
Handles the server-side logic for the variable input module.
Value
A reactive expression that returns a list of selected input values:
y
: Variable for the y-axis.x
: Variable for the x-axis.z
: Variable for the point colors.
Details
mod_var_input_server()
reads user input from the corresponding UI
function created with mod_var_input_ui()
. It processes and returns
a reactive object containing the selected variables.
See also
mod_var_input_ui()
for the UI counterpart of this module.mod_scatter_display_server()
for displaying the scatter plot.