View source: R/sendDashboard_shiny.R
execSendDashboard | R Documentation |
Executes an encapsulated Shiny which to query, visualize and extract historical control data from a SEND database.
execSendDashboard(dbToken)
dbToken |
Mandatory - token for the open database connection |
The function does not return anything, but it is possible to extract data from the app in different formats to use for further processing
## Not run: dbToken <- initEnvironment(dbType='sqlite', dbPath='/path/to/database/send.db') execSendDashboard(dbToken) disconnectDB(dbToken) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.