Variable Input Module - UI
mod_var_input_ui.RdCreates a UI for selecting variables for a scatter plot.
Value
A shiny::tagList() containing UI elements for variable
selection.
Details
mod_var_input_ui() provides UI controls for customizing scatter plots.
It includes:
Dropdowns:
X-axis variable
Y-axis variable
Color variable
The function uses shiny::NS() to namespace all input IDs.
See also
mod_var_input_server()for server-side logic.shiny::tagList()for containing UI elements.shiny::NS()for namespacing.