BBOBImport
is a shiny
server function which will
control all aspects of the BBOBImportPage
UI Module. It
will be called with callModule
.
BBOBImport(input, output, session, stringsAsFactors)
[shiny-input
]
shiny
input variable for the specific UI module.
[shiny-output object
]
shiny
output variable for the specific UI module.
[shiny-session object
]
shiny
session variable for the specific UI module.
[logical(1)
]
How should strings be treated internally?