Using Shiny's updateSelectInput within nested modules
问题 Background The application is of the following structure: . ├── R │ ├── mod_observationSelector.R │ ├── mod_previewTable.R │ └── mod_summaryTable.R └── app.R With the files fulling the respective functions: mod_observationSelector.R - provides an updateSelectInput mechanism facilitating selction of integere or real columns in mtcars data mod_previewTable.R - generates head for selected column mod_summaryTable.R - generates summary for selected column Design assumptions mod_observationSelector