Skip to contents

Select variables Server module

Usage

mod_vars_server(id, ds_input)

Arguments

id

module id

ds_input

pkg data from

Value

shiny server module

Returned object (graph_values)

The returned object passed to ds_input is the result of:

get(x = input$dataset, pos = paste0("package:", pkg_input()))

  • The ds_input is converted to pkg_data() and used to populate the selectInput()s for the x, y, color, and facet inputs.