Learn R Programming

BlockmodelingGUI (version 1.8.4)

app: Launch Shiny App

Description

Launch Shiny App

Usage

app(...)

Value

Runs the app.

Arguments

...

arguments to pass to shiny::runApp

Examples

Run this code
if (FALSE) {
app() # to run the app without special options
app(launch.browser = T) # to run the app in a new browser session
}

Run the code above in your browser using DataLab