search for: uniqdate

Displaying 1 result from an estimated 1 matches for "uniqdate".

Did you mean: unidata
2012 May 30
1
Write to dynamic file name
hi, i am trying to use the write.csv function but to give a dynamic file name each time a different one but i am getting an error that he cannot open the file : TodayDate<-UniqDate[1] ## this gives "04/02/2012" FileLocation<-"C:\\Trade Doc\\trade log\\Real account\\sys file\\Test Data\\Data breaked to months\\Days Data\\DayData" FileEnd<-".csv" FileName<- paste(FileLocation,TodayDate,FileEnd,sep = "") ## then i try this write....