view content selectizeGroupUI parameters

How can I access the contents of the return on the following code shown in the Cran for the shinywidget selectizeGroupUI? The "vars" are the params in the UI for a selectizeGroupUI.

  vars_r <- reactive({
    input$vars
  })

I want to build a where clause from the list .

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.