mod_database_setup {ReviewR}R Documentation

Database Module Selector

Description

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:

Module UI function

Module Server function

Usage

database_setup_ui(id)

database_setup_server(id)

Arguments

id

The Module namespace

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.


[Package ReviewR version 2.3.10 Index]