The load data page has a Select or search for your species selection control, the ui code uses the selectizeInput control, and the server uses the following code to update the control's
observe({ updateSelectizeInput(session, "selectOrg", choices = speciesChoice, selected = speciesChoice[1], server = TRUE ) })
I want to know how the speciesChoice variable species list is implemented in the selectizeInput control
The load data page has a Select or search for your species selection control, the ui code uses the selectizeInput control, and the server uses the following code to update the control's
observe({ updateSelectizeInput(session, "selectOrg", choices = speciesChoice, selected = speciesChoice[1], server = TRUE ) })
I want to know how the speciesChoice variable species list is implemented in the selectizeInput control