Learn R Programming

OpenSpecy (version 1.5.3)

run_app: Run Open Specy app

Description

This wrapper function starts the graphical user interface of Open Specy.

Usage

run_app(path = "system", log = TRUE, ref = "main", test_mode = FALSE, ...)

Value

This function normally does not return any value, see runGitHub().

Arguments

path

to store the downloaded app files; defaults to "system" pointing to system.file(package = "OpenSpecy").

log

logical; enables/disables logging to tempdir()

ref

git reference; could be a commit, tag, or branch name. Defaults to "main". Only change this in case of errors.

test_mode

logical; for internal testing only.

...

arguments passed to runApp().

Author

Zacharias Steinmetz

Details

After running this function the Open Specy GUI should open in a separate window or in your computer browser.

See Also

Examples

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

Run the code above in your browser using DataLab