Hey guys I'm pretty new to R so apologies if this is a dumb question. I have a data frame that looks like this:
Gelatin Geltrex Combo Control
1 0.761 0.732 0.557 0.723
2 0.704 0.712 0.764 0.540
3 0.580 0.435 0.351 0.537
I want to end up with 2 columns; one with the numbers in the row and another column with the current column names as identifiers for the numbers?