example_app: Example app

Description Usage Arguments Value Author(s) Examples

Description

Creates a basic app to test in wd/app_dir.

Usage

1
example_app(app_dir = "app", wd = getwd(), type = "Shiny")

Arguments

app_dir

Shiny app's directory. Defaults to "app".

wd

Path to working directory. Defaults to getwd().

type

"Shiny" or "flexdashboard". Defaults to "Shiny".

Value

Shiny app example.

Author(s)

Jonathan M. Hill

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
# Shiny example
example_app()
create_app("myapp", "app")

# Flexdashboard example
example_app(type = "flexdashboard")
create_app("myapp", "app")

## End(Not run)

RInno documentation built on May 1, 2019, 10:52 p.m.