This module allows the user to select an available ReviewR database module from a dropdown list. It dynamically returns the database setup UI and user configured database connection information from the selected module.
See vignette("customize_support_new_rdbms", package = "ReviewR") for more
information on database modules and how to add support for additional databases.
This module consists of the following components:
database_setup_ui: A tagList with a dropdown selector containing
available database modules.
database_setup_server: Processes user selection and dynamically returns
a uiOutput for the selected database module's setup UI. Any returns from the
configured database connection module are captured and returned.
database_setup_ui(id)database_setup_server(id)
database_setup_ui:
A tagList containing a selectInput that allows for selection of available database setup modules and the setup UI for the selected database module.
database_setup_server:
This module has no returns of its own, but will pass on
the reactiveValues returns from the user selected database module.
The Module namespace