Merge columns in R

后端 未结 3 836
清酒与你
清酒与你 2021-01-25 00:36

I want to merge two columns of a data frame into one long column using R. I have a reproducible data below:

data<-data.frame(x=c(4,5,6,7,7,7),y=c(3,4,5,6,7,7))         


        
3条回答
提交回复
热议问题