Displaying 1 result from an estimated 1 matches for "param_dat".
2010 Nov 01
2
write.csv changes the format of the date
Dear Group,
Why does write.csv modify the date format when it write to a file.
I have the following variable Param_Dat:
dput(Param_Dat)
structure(list(Last_Successful_Run = structure(1L, .Label = "30/10/2010",
class = "factor")), .Names = "Last_Successful_Run", class = "data.frame",
row.names = c(NA,
-1L))
When I do:
write.csv(Param_Dat,"Param.csv",quote=F,row.n...