designApp {designer} | R Documentation |
Run the Shiny Application
Description
Runs the designer Shiny application.
For more information about how the application works, either run the "Help" guide in-app, or run
vignette("designer")
.
Usage
designApp(
onStart = NULL,
options = list(),
enableBookmarking = "url",
uiPattern = "/",
...
)
Arguments
onStart |
A function that will be called before the app is actually run.
This is only needed for |
options |
Named options that should be passed to the |
enableBookmarking |
Can be one of |
uiPattern |
A regular expression that will be applied to each |
... |
arguments to pass to |
Value
This function does not return a value; interrupt R to stop the application (usually by pressing Ctrl+C or Esc).
Examples
designApp()