A common problem I face is that the default row name from KNIME is in the format "Row0, Row1, Row2 .etc" wheras if you output a table from an R snippet the RowID is commonly "1,2,3". Obviously I could write some R code in the R snippet to add a new rowID to match the KNIME row ID format but it would be useful if the Joiner node also had the option to just join columns in numerical order rather than by matching. i.e.
If you use a RowID node, set 'Replace RowID with selected column values or create a new one' but then set New RowID column to ?<none> then it re-numbers the rows Row0, Row1 etc.
I just wanted to let you know that I've created a very simple plugin (Column Concatenate) that does just that (simple row join). You can download the plugin update site from github:
I made these nodes for my personal convenience while using 2.7 (maybe the function already existed and I couldn't find it?), so I'm glad this feature is officially supported in 2.8. The upgrade has been wonderful so far, especially the error handling nodes.
There are other nodes in the toolkit, but I'll make sure to see if it exists in 2.8. I'll put up sources in the near future - they are ridiculously short.