Displaying 1 result from an estimated 1 matches for "daydata".
Did you mean:
  maydata
  
2012 May 30
1
Write to dynamic file name
...n 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.csv(UniqDate,FileName,row.names = FALSE ) ## where UniqDate is the
data i am interested in
but i get the flowing error
it is in spanish but it means he can not open th...