mod_abstraction_setup {ReviewR}R Documentation

Abstraction Module Selector

Description

This module allows the user to select an available ReviewR abstraction module from a dropdown list. It dynamically returns the abstraction setup and instrument user interfaces as well as collected chart abstraction information from the selected module.

This module consists of the following components:

Module UI functions

Module Server function

Usage

abstraction_setup_ui(id)

abstraction_instrument_ui(id)

abstraction_setup_server(id, subject_id)

Arguments

id

The Module namespace

subject_id

A reactive expression containing a subject identifier

Value

abstraction_setup_ui:

tagList

A tagList containing a selectInput that allows for selection of available abstraction setup modules and the setup UI for the selected abstraction module.

abstraction_instrument_ui:

tagList

A tagList containing the selected abstraction module's data collection instrument UI.

abstraction_setup_server:

reactiveValues

This module has no returns of its own, but will pass on the reactiveValues returns from the user selected abstraction module.


[Package ReviewR version 2.3.10 Index]