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:
Value
database_setup_ui:
- tagList
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:
- reactiveValues
This module has no returns of its own, but will pass on the
reactiveValues
returns from the user selected database module.