BBOBImport: Shiny server function for BBOB import page module

View source: R/gui_BBOBImport.R

BBOBImportR Documentation

Shiny server function for BBOB import page module

Description

BBOBImport is a shiny server function which will control all aspects of the BBOBImportPage UI Module. It will be called with callModule.

Usage

BBOBImport(input, output, session, stringsAsFactors)

Arguments

input

[shiny-input]
shiny input variable for the specific UI module.

output

[shiny-output object]
shiny output variable for the specific UI module.

session

[shiny-session object]
shiny session variable for the specific UI module.

stringsAsFactors

[logical(1)]
How should strings be treated internally?


kerschke/flacco documentation built on Dec. 5, 2022, 12:56 a.m.