RODBC Multiple Inputs from Shiny
问题 I have a Shiny app that has a checkbox group input. The user can select multiple inputs. I also have an ODBC connection linked to a database. The process would be that when a user selects items from the check box group, that user input would be part of a string in the sql query to filter the data. UI.R (partial to show example) checkboxGroupInput('Type', 'Type', c( "AX"="AX", "AY"="AY", "AZ"="AZ", "BGB"="BGB", "BT"="BT", "BX"="BX", "BXT"="BXT", "C"="C", "CNT"="CNT")), The column in the table