I'm looking to define the header column from table S2 as the information in Row1_Row2.
I can currently set a column header from row 1 or R2 using the line below:
R> colnames(S2) <- S2[1,]
but I've been unable to find a way to include both R1 and R2 in the header.
Any help would be great!