BBOBImport function

Shiny server function for BBOB import page module

Shiny server function for BBOB import page module

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

BBOBImport(input, output, session, stringsAsFactors)

Arguments

  • input: [shiny-input]

    list("shiny") input variable for the specific UI module.

  • output: [shiny-output object]

    list("shiny") output variable for the specific UI module.

  • session: [shiny-session object]

    list("shiny") session variable for the specific UI module.

  • stringsAsFactors: [logical(1)]

    How should strings be treated internally?

  • Maintainer: Pascal Kerschke
  • License: BSD_2_clause + file LICENSE
  • Last published: 2020-03-31