Displaying 1 result from an estimated 1 matches for "mantiox".
2005 Sep 07
2
Sorting Text Frames
...hanks[1:4,]
V1 V2
1 Abenaki (Maine USA, Montreal Canada) Wliwni ni
2 Abenaki (Maine USA, Montreal Canada) Wliwni
3 Abenaki (Maine USA, Montreal Canada) Oliwni
4 Ach?? (Baja Verapaz Guatemala) Mantiox chawe
> dim(thanks)
[1] 1254 2
Now I tried sorting the frame into the order of the second column:
tord <- order(thanks$V2)
sink("C:\\Files\\Reading\\thanks.txt")
thanks[tord[1:74],]
sink()
This gives more or less the expected output, the file thanks.txt beginning...