Learn R Programming

DTAT (version 0.3-7)

runDTATapp: Run Shiny apps included in package DTAT

Description

Run Shiny apps included in package DTAT

Usage

runDTATapp(app)

Value

Invoked for side effect. Runs the named Shiny app.

Arguments

app

Character vector of length 1. Name of app to run.

Examples

Run this code
if(interactive()){
runDTATapp("Sim33PC")
runDTATapp("TheCost")
}

Run the code above in your browser using DataLab