df <- as.data.frame(t(mydata))
is what I tried and df
is a data.frame
and the column names on mydata
are now row names on df
df <- as.data.frame(t(mydata))
is what I tried and df
is a data.frame
and the column names on mydata
are now row names on df