runGUI: Open web-based GUI in browser

View source: R/runGUI.R

runGUIR Documentation

Open web-based GUI in browser

Description

Opens the web-based GUI in an external browser.

Usage

runGUI(...)

Arguments

...

Arguments passed to runApp. Supply port=80 if a web browser refuses to connect to the randomly chosen port for security reasons.

Details

This function is a wrapper for runApp which runs the included DVHshiny application. See vignette("DVHshiny") for documentation.

See Also

runApp

Examples

## Not run: 
runGUI()

## End(Not run)

dwoll/DVHmetrics documentation built on March 3, 2024, 9:28 a.m.