RunApp {hivPlatform}R Documentation

RunApp

Description

Run the application.

Usage

RunApp(
  launchBrowser = getOption("shiny.launch.browser", interactive()),
  trace = FALSE,
  port = 3306
)

Arguments

launchBrowser

Logical indicating to open the app in a newly open web browser

trace

Logical indicating to output detailed debug info in R session

port

Port

Value

NULL (invisibly)

Examples

## Not run: 
RunApp()

## End(Not run)


[Package hivPlatform version 2.0.5 Index]