Displaying 1 result from an estimated 1 matches for "349811".
Did you mean:
349,11
2009 Aug 31
2
write file to date-stamped folder
Hello,
I would like to be able to write all files produced on one day to an output
directory with that date stamp, or alternatively stamp the date in the
filename. So that if i run the same code the next day the files will not be
overwritten.
here's what i have to start with:
baseDir = getwd()
outputDir = paste(baseDir,"/OutputData-", Sys.Date(),sep="")
and lets say i