Learn R Programming

DVHmetrics (version 0.4.3)

runGUI: 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

Examples

Run this code
if (FALSE) {
runGUI()
}

Run the code above in your browser using DataLab