Displaying 1 result from an estimated 1 matches for "abenaki".
2005 Sep 07
2
Sorting Text Frames
...t into the format that it was nearly
in: Language Name in columns 1-43, the expression in the remaining
columns.
Then I read it in:
> thanks <- read.fwf("C:\\Files\\Reading\\thankyou.txt", c(43,37))
> thanks[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...