Shiny Server Function for Feature Calculation of Function Input
functionInput
is a list("shiny") server function which controls all aspects of the FlaccoFunctionInput
UI Module. Will be called with callModule
.
functionInput(input, output, session, stringsAsFactors)
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?