psichomics {psichomics} | R Documentation |
Start graphical interface of psichomics
psichomics(..., launch.browser = TRUE, reset = FALSE, testData = FALSE)
... |
Arguments passed on to
|
launch.browser |
If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in interactive sessions only. This value of this parameter can also be a function to call with the application's URL. |
reset |
Boolean: reset Shiny session? Requires package |
testData |
Boolean: load with test data |
NULL
(function is only used to modify the Shiny session's
state or internal variables)
## Not run: psichomics() ## End(Not run)