app {BlockmodelingGUI} | R Documentation |
Launch Shiny App
app(...)
... |
arguments to pass to shiny::runApp |
Runs the app.
## 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)