createApp: Create the Shiny application from the accumulated objects

Description Usage Arguments Details Value Note Author(s) References See Also Examples

Description

After initializing a Shiny application skeleton and adding inputs and outputs, write the server.R and ui.R files along with (possible) injected data objects to a folder.

Usage

1
createApp(appName, overwrite = FALSE)

Arguments

appName

The name of the application (and hence folder name)

overwrite

Overwrite a previous application by the same name without warning.

Details

None

Value

None

Note

None

Author(s)

Jay Emerson

References

None

See Also

See also shinySkeleton, headerPanelAdd, and plotOutput, for example.

Examples

1
# None

jayemerson/ShinyHelper documentation built on May 18, 2019, 5:57 p.m.