scaffold_dashboard: Scaffold Shiny Dashboards

Description Usage Arguments Author(s) Examples

Description

This functions generates boilerplate code for a fully functioning shiny-dashboard applications.

Usage

1
2
3
scaffold_dashboard(root = NULL, app.name = NULL, delete.existing = FALSE,
  run = TRUE, title = "Test App", libraries = NULL, sources = NULL,
  load = NULL, modules = NULL)

Arguments

root

path of the directory in which the folder with app files is to be created.

app.name

App name.

delete.existing

If the folder with same name as 'app.name' already exists, should it be overwritten? Default is FALSE.

run

Run the resulting app? Default is TRUE.

libraries
sources
load
modules
tilte

Author(s)

Janko Cizel

Examples

1
2
3
4
5
6
## Not run: 
scaffold_dashboard(root = '~/Downloads', app.name = 'testApp',
delete.existing = TRUE)


## End(Not run)

jcizel/instantShiny documentation built on May 18, 2019, 10:25 p.m.