run_app {One4All}R Documentation

Run Validator app

Description

This wrapper function starts the graphical user interface of the One4All.

Usage

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

Arguments

path

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

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().

Details

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

Value

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

Author(s)

Hannah Sherrod, Nick Leong, Hannah Hapich, Fabian Gomez, Win Cowger

See Also

runGitHub()

Examples

## Not run: 
run_app()

## End(Not run)


[Package One4All version 0.4 Index]