How to implement Limma package in R snippet on Knime

@Erzascarlet welcome to the KNIME forum. Maybe you could provide us with a complete readable code and example:

First you might want to check how to bring data to and from an R node.

https://docs.knime.com/latest/r_installation_guide/index.html#_introduction

df <- knime.in
knime.out <- as.data.table(df)
2 Likes