Learn R Programming

IOHanalyzer (version 0.1.8.10)

runServer: 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

Run this code
if (FALSE) {
runServer(6563, TRUE)
}

Run the code above in your browser using DataLab