Arrange multiple column into a single column using R-language
My data is like this having 180 columns(column length are different) and length of column is very long-
1828 79595 219479 90102 1009
5936 114882 57685 6621 80823
27102 160335 51599 118987
8912 5910
4012
How to convert/arrange these multiple column into a single column like this-
1828
5936
27102
8912
4012
79595
114882
160335
219479
57685
51599
5910
90102
6621
118987
1009
80823
Using R-language because my data is so long that it can't able to fit in a excel sheet when converted to 1 column
• 1,271 views
•
link
0 answers
No answers yet.
Log in to answer this question.
with op data:
Or (saving test.txt as a text file)