Displaying 1 result from an estimated 1 matches for "t3111".
Did you mean:
3111
2010 Jun 03
1
split a row into multiple columns
Would somebody please help me break this row:
"Main Group\t1000\tMP Test\tMP Test, 1\tAudio (1, f1-qaddara.aiff)\tl
(target is right word)\tl\tPressed\tl (target is right
word)\tC\t3111\t\t\t\t\t"
into multiple columns along the \t separator?
When I try the strsplit (x,"\t") command I get:
[[1]]
[1] "Main Group" "1000" "MP
Test" "MP Test, 1" "Aud...