runGUI {DVHmetrics}R 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 calls runApp to run the included DVHshiny application. See vignette("DVHshiny") for documentation.

See Also

runApp

Examples

## Not run: 
runGUI()

## End(Not run)

[Package DVHmetrics version 0.4.2 Index]