knime-scripting includes scripting extensions for KNIME to integrate R, Matlab, Python and Groovy scripts. These extensions include a collection of nodes to develop and deploy templates in the respective languages.
If multiselection is enabled in filechooser RGG element a vector is given back that is usable in R but not in python. See below: e.g. panellistbox element is ok!
RGG
features = []
path = []
python code:
features = ["split_0","split_1"]
path = [c("C:/Users/stoeter/Private","C:/Users/stoeter/images")]
If multiselection is enabled in filechooser RGG element a vector is given back that is usable in R but not in python. See below: e.g. panellistbox element is ok!
RGG features = [ ]
path = [ ]
python code: features = ["split_0","split_1"] path = [c("C:/Users/stoeter/Private","C:/Users/stoeter/images")]