knime-mpicbg / knime-scripting

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.
https://github.com/knime-mpicbg/knime-scripting/wiki
Other
43 stars 25 forks source link

row ids should be used as row names in R-data.frame #9

Closed niederle closed 8 years ago

niederle commented 10 years ago

Currently row IDs are lost when using R-scripting nodes. By simply using them as row.names of kIn they would be preserved and might be helpful when processing data with R.