run_tau_app: Run a built-in example Shiny app

Description Usage Arguments Examples

Description

When run without specifying app_name, this function will return a list of built-in TauCharts Shiny example applications. To run one of the built-in example applications, specify only the name in the app_name parameter and the function will display the full path to the app (making it easier to find and view the source) and then execute the app.

Usage

1
run_tau_app(app_name = NULL)

Arguments

app_name

name of built-in Shiny app to run (if NULL displays a list of built-in apps)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
# list the built-in apps

run_tau_app()
## Available shiny example apps:
## -----------------------------
## tau01 - TauCharts Shiny Example 01

# run an app

# run_tau_app("tau01")
## Running shiny app [tau01] from:

## End(Not run)

hrbrmstr/taucharts documentation built on May 17, 2019, 5:14 p.m.