runServer: Create a shiny-server GUI to interactively use the...

View source: R/runServer.R

runServerR 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)

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.