I'm trying for quite a while now to get the results of a linear regression done with R into a report. But the R snippet just accepts data.frames as an output and not the summary.lm.
is there another node that I have overseen so far which can solve this problem? Or a way to get the text from the "View R Std Output" into a report?
It will generate as output a KNIME table with each row being a line of the output of the summary.lm function. Once you have this table you can send it to a report easily with the Data to Report node. In the report you can display it as a Table. See the screenshot below. It actually looks pretty neat!