FeatureSetCalculation is a shiny server function
which will control all aspects of the FeatureSetCalculationComponent
UI Module. Will be called with callModule.
FeatureSetCalculation(input, output, session, stringsAsFactors, feat.object)[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?
[FeatureObject]
A feature object as created by createFeatureObject.
It will take the user input and calculate the selected feature set.
In order to calculate a feature set, the function needs a FeatureObject.