Hi I recently integrated Revolution R entreprise to Knime (R nodes). I wanted to know if there is a way to convert RxXdfData class into a data.frame for Knime node processing (R snippets handle just data.frame objects). Thanks in advance
According to this answer, you are looking for the rxXdfToDataFrame
or the rxDataStep
functions to convert to data.frame.