Displaying 2 results from an estimated 2 matches for "todaydate".
2008 Aug 06
3
Help in running Stata dataset in R
...format
Tried doing the same with R2.7.1 but i get the same error.
However if i call the same on R 2.6.2, there is no error:
use("maltreat.dta")
> des()
No. of observations = 670
Variable Class Description
1 scrno integer
2 todaydate Date
3 ethnic character
4 othtribe character
5 dob Date
6 ageyrs integer
7 agemths integer
8 sex...
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...