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.

Reply via email to