Learn R Programming

MeshAgreement (version 0.1.4)

run_gui: Open web-based GUI in browser

Description

Opens a web-based GUI in an external browser.

Usage

run_gui(...)

Value

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

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.

See Also

Examples

Run this code
if(interactive()) {
    run_gui()
}

Run the code above in your browser using DataLab