Rename them so that they all have the same number of zero filled leading
digits:

01abc.csv, 02def.csv, ...

'10' comes before '1a' in the stardard sorting sequence.

The other way is to get a list of all your files, parse off the numerics at
the beginning and then sort in numerical order.




On 5/18/07, Shubha Vishwanath Karanth <[EMAIL PROTECTED]> wrote:
>
> Hi R,
>
>
>
> My csv files are stored in the order, '1abc.csv', '2def.csv',
> '3ghi.csv', '10files.csv' in a folder. When I read this into R from
> list.files (R command: x=list.files("Z:/CSV/fold",full.names=F), I don't
> get the same order, instead I get the order as "10files.csv" "1abc.csv"
> "2def.csv"    "3ghi.csv". But I don't want this ordering. So, how do I
> maintain the oder which I have in my physical folder?
>
>
>
> Thanks in advance
>
> Shubha
>
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> [email protected] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem you are trying to solve?

        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to