powered by
Executes an encapsulated Shiny which to query, visualize and extract historical control data from a SEND database.
execSendDashboard(dbToken)
The function does not return anything, but it is possible to extract data from the app in different formats to use for further processing
Mandatory - token for the open database connection
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