launch_shiny | R Documentation |
A shiny application to review data
launch_shiny()
The data must first be formatted as a named list and saved as an .RData file.
The object must be named 'shiny_list' with the named listed elements as follows:
'Deployment'
'Audit_Stats'
'Results_Anom'
Launches a Shiny app
# list to export to Shiny
shiny_list <-list(Deployment=df1.deployment,
Audit_Stats=df3.audits.dql,
Results_Anom=df5.results.anom)
save(shiny_list, file=paste0(gsub(".xlsx","",xlsx_output),"_CDR.Rdata"))
# Launch Shiny app for further review.
odeqcdr::launch_shiny()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.