Skip to contents

Class to view the metadata of a DrugExposureDiagnostics execution.

Value

self

Super class

DrugExposureDiagnostics::ShinyModule -> metaDataPanel

Methods

Inherited methods


Method new()

Method to handle the back-end.

Initializer method

Usage

metaDataPanel$new(data, id, title, description, downloadFilename)

Arguments

data

data from the DrugExposureDiagnostics package.

id

the unique reference id for the module

title

panel title

description

description of data table

downloadFilename

filename of the downloaded file

input

(input)
Input from the server function.

output

(output)
Output from the server function.

session

(session)
Session from the server function.

Returns

(NULL)


Method uiBody()

Method to include a tabPanel to include the body.

Usage

metaDataPanel$uiBody()

Returns

(tabItem)


Method clone()

The objects of this class are cloneable with this method.

Usage

metaDataPanel$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.