Executes an encapsulated Shiny which to query, visualize and extract historical control data from a SEND database.
Value
The function dores not return anything, but it is possible to extract data from the app in different formats to use for further processing
Examples
if (FALSE) {
dbToken <- initEnvironment(dbType='sqlite', dbPath='/path/to/database/send.db')
execSendDashboard(dbToken)
disconnectDB(dbToken)
}