createRadShiny: Create multi-page shiny app

Description Usage Arguments Details Value See Also Examples

Description

Create multi-page shiny app in the specified directory with optional navigation list.

Usage

1
createRadShiny(dir = getwd(), nav, packages = .additionalPackages)

Arguments

dir

directory under which app structure will be built. Defaults to cwd

nav

A list or list of lists depicting the names in the navigation menu and submenus.

Details

Lengthy description of this simple function

Value

Returns TRUE if everything worked out okay, else FALSE.

See Also

Radiant

Examples

1
createRadShiny(nav = list('home', 'p1', 'p2' = list('p2.1', 'p2.2')))

benjh33/radshiny documentation built on May 12, 2019, 11:56 a.m.