| psichomics {psichomics} | R Documentation |
Start graphical interface of psichomics
psichomics(
...,
launch.browser = TRUE,
shinyproxy = FALSE,
testData = FALSE,
cache = getAnnotationHubOption("CACHE")
)
... |
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. |
shinyproxy |
Boolean: prepare visual interface to run in Shinyproxy? |
testData |
Boolean: load with test data |
cache |
Character: path to |
NULL (function is only used to modify the Shiny session's
state or internal variables)
## Not run: psichomics() ## End(Not run)