ShinyApp {DrugExposureDiagnostics}R Documentation

DrugExposureDiagnostics ShinyApp

Description

DrugExposureDiagnostics shiny app that shows tables and plots

Details

The module consists of the following:

"dataPlotPanel"

Table and a plot (bar or box) for each check.

"metaDataPanel"

Table containing the metadata.

Super class

DrugExposureDiagnostics::ShinyModule -> ShinyApp

Methods

Public methods

Inherited methods

Method new()

Initializer method

Usage
ShinyApp$new(resultList, database_id = NULL)
Arguments
resultList

(list) List containing the output of the checks

database_id

(character) Database identifier (optional)

Returns

(invisible(self))


Method clone()

The objects of this class are cloneable with this method.

Usage
ShinyApp$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


[Package DrugExposureDiagnostics version 1.1.4 Index]