run_app: Run any of the apps
Description
This wrapper function starts the user interface of your app choice.
Usage
run_app(
path = "system",
log = TRUE,
ref = "main",
test_mode = FALSE,
app = "validator",
...
)
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 = "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.
- app
your app choice
- ...
arguments passed to runApp().
Author
Hannah Sherrod, Nick Leong, Hannah Hapich, Fabian Gomez, Win Cowger
Details
After running this function the Validator, Microplastic Image Explorer, or Data Visualization GUI should open in a separate
window or in your computer browser.
Examples
Run this codeif (FALSE) {
run_app(app = "validator")
}
Run the code above in your browser using DataLab