This is my first question on here so forgive me if I am not doing this right. I am still learning R.
I have data frame that looks something like this
DF
Status score
Test 2
Test 4
Control 5
Control 6
What I want to do is essentially transpose the data so I have a column labeled test and a column labeled Control with the values listed below. preferably with dyplr