powered by
Create a shiny-server GUI to interactively use the IOHanalyzer
runServer(port = getOption("shiny.port"), open_browser = TRUE, orca_gpu = TRUE)
Optional; which port the server should be opened at. Defaults to the option set for 'shiny.port'
Whether or not to open a browser tab with the IOHanalyzer GUI. Defaults to TRUE.
Whether or not orca will be allowed to use gpu-accelleration for saving figures to file.
if (FALSE) { runServer(6563, TRUE) }
Run the code above in your browser using DataLab