run_gui: Open web-based GUI in browser

View source: R/run_gui.R

run_guiR Documentation

Open web-based GUI in browser

Description

Opens a web-based GUI in an external browser.

Usage

run_gui(...)

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 MeshAgreement application. Be aware that packages shiny, DT, bs4Dash, sortable need to be installed. Package Boov has to be installed as well if union / intersection volume should be computed via MeshesUnion / MeshesIntersection.

Value

No return value, called for side effect of starting shiny app.

See Also

runApp

Examples

if(interactive()) {
    run_gui()
}

MeshAgreement documentation built on Nov. 25, 2022, 5:05 p.m.