Re: [R] importing multiple text files in R

2014-04-01 Thread Kenn Konstabel
mobil > > > Oprindelig meddelelse ---- > Fra: eliza botto > Dato:01/04/2014 18.10 (GMT+01:00) > Til: r-help@r-project.org > Emne: [R] importing multiple text files in R > > Dear useRs, > I have a number of text file located at a certain location with the

Re: [R] importing multiple text files in R

2014-04-01 Thread Frede Aakmann Tøgersen
Try mixedsort in gtools package Br. Frede Sendt fra Samsung mobil Oprindelig meddelelse Fra: eliza botto Dato:01/04/2014 18.10 (GMT+01:00) Til: r-help@r-project.org Emne: [R] importing multiple text files in R Dear useRs, I have a number of text file located at a certain

[R] importing multiple text files in R

2014-04-01 Thread eliza botto
Dear useRs, I have a number of text file located at a certain location with the following names. s1.txt,s2.txt,s3.txt,s4.txt,s5.txt...s120.txt when i read them, before opening them, by using filelist = list.files(pattern = ".s*.txt") The are opened in the following order [1] "s1.txt"