runDTATapp | R Documentation |
Run Shiny apps included in package DTAT
runDTATapp(app)
app |
Character vector of length 1. Name of app to run. |
Invoked for side effect. Runs the named Shiny app.
if(interactive()){
runDTATapp("Sim33PC")
runDTATapp("TheCost")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.