Learn R Programming

sendigR (version 1.0.0)

execSendDashboard: Execute sendDashboard app

Description

Executes an encapsulated Shiny which to query, visualize and extract historical control data from a SEND database.

Usage

execSendDashboard(dbToken)

Value

The function does not return anything, but it is possible to extract data from the app in different formats to use for further processing

Arguments

dbToken

Mandatory - token for the open database connection

Examples

Run this code
if (FALSE) {
dbToken <- initEnvironment(dbType='sqlite', dbPath='/path/to/database/send.db')
execSendDashboard(dbToken)
disconnectDB(dbToken)
}

Run the code above in your browser using DataLab