app {BlockmodelingGUI} | R Documentation |
Launch Shiny App
Description
Launch Shiny App
Usage
app(...)
Arguments
... |
arguments to pass to shiny::runApp |
Value
Runs the app.
Examples
## Not run:
app() # to run the app without special options
app(launch.browser = T) # to run the app in a new browser session
## End(Not run)
[Package BlockmodelingGUI version 1.8.4 Index]