I want to create a vector out of a row of a data frame. But I don\'t want to have to row and column names. I tried several things... but had no luck.
This is my data
If you don't want to change to numeric you can try this.
> as.vector(t(df)[,1]) [1] 1.0 2.0 2.6