Skip to content
Prev 75906 / 398502 Next

using paste and "\" to create a valid filename

Don't know about the details with RODBC here, why not just use forward 
slashes as in (used it in all of my courses and never tried "\\" 
before....):

rankFile <- paste("R:/New Ranks/SMC/SMC/", rankDate, ".xls", sep="")		

Uwe Ligges
roger bos wrote: