app: Launch Shiny App

View source: R/app.R

appR 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)

BlockmodelingGUI documentation built on Dec. 28, 2022, 2:55 a.m.