run_app | R Documentation |
This wrapper function starts the graphical user interface of Open Specy.
run_app(path = "system", log = TRUE, ref = "main", test_mode = FALSE, ...)
path |
to store the downloaded app files; defaults to |
log |
logical; enables/disables logging to |
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 |
After running this function the Open Specy GUI should open in a separate window or in your computer browser.
This function normally does not return any value, see
runGitHub()
.
Zacharias Steinmetz
runGitHub()
## Not run:
run_app()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.