execSendDashboard: Execute sendDashboard app

View source: R/sendDashboard_shiny.R

execSendDashboardR Documentation

Execute sendDashboard app

Description

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

Usage

execSendDashboard(dbToken)

Arguments

dbToken

Mandatory - token for the open database connection

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

Examples

## Not run: 
dbToken <- initEnvironment(dbType='sqlite', dbPath='/path/to/database/send.db')
execSendDashboard(dbToken)
disconnectDB(dbToken)

## End(Not run)

sendigR documentation built on Aug. 18, 2022, 9:07 a.m.