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)
input | [ |
---|---|
output | [ |
session | [ |
stringsAsFactors | [ |
feat.object | [ |
It will take the user input and calculate the selected feature set.
In order to calculate a feature set, the function needs a FeatureObject
.