Skip to contents

Variable input module (server)

Usage

mod_var_input_server(id)

Arguments

id

server module id

Value

reactive inputs are returned in a list():

  • "y" = input$y

  • "x" = input$x

  • "z" = input$z

  • "alpha" = input$alpha

  • "size" = input$size

  • "plot_title" = input$plot_title

These become in the var_inputs argument in mod_scatter_display_server()