Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mod_database_setup

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

  • database_setup_ui: A tagList with a dropdown selector containing available database modules.

Module Server function

  • 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.

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.


ReviewR

A Light-Weight, Portable Tool for Reviewing Individual Patient Records

v2.3.6
BSD_3_clause + file LICENSE
Authors
Laura Wiley [aut] (<https://orcid.org/0000-0001-6681-9754>), Luke Rasmussen [aut] (<https://orcid.org/0000-0002-4497-8049>), David Mayer [cre, aut], The Wiley Lab [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.