runServer {IOHanalyzer} | R Documentation |
Create a shiny-server GUI to interactively use the IOHanalyzer
Description
Create a shiny-server GUI to interactively use the IOHanalyzer
Usage
runServer(port = getOption("shiny.port"), open_browser = TRUE, orca_gpu = TRUE)
Arguments
port |
Optional; which port the server should be opened at. Defaults to the option set for 'shiny.port' |
open_browser |
Whether or not to open a browser tab with the IOHanalyzer GUI. Defaults to TRUE. |
orca_gpu |
Whether or not orca will be allowed to use gpu-accelleration for saving figures to file. |
Examples
## Not run:
runServer(6563, TRUE)
## End(Not run)
[Package IOHanalyzer version 0.1.8.10 Index]