How to create a table from the result of the snippet node “R Std Output”?
Regards
How to create a table from the result of the snippet node “R Std Output”?
Regards
@Gfranco2021 welcome to the KNIME forum
Could you specify what what node you are dealing with. I have some R examples on the KNIME hub so you could try to check them out or maybe give us more details.
If you start with R and KNIME there is the official guide that could help you and I also have a collection about more advanced issues and problems that might occur.
only idea I could derive from this information is that you might have to use
as.data.frame(<your r data>)
Otherwise you might want to provide us with more details maybe an example of a log file.
mlauber,
this is the result that I want to display in table format

regards,
@Gfranco2021 you could easily convert the “nov1” to the dataset you want. The matrix “nov” would need some more converting though
Hi mlauber71,
Excellent, thank you very much.
Regards,