Displaying 1 result from an estimated 1 matches for "690385".
Did you mean:
60385
2011 Aug 12
3
gsub("\\", "\\\\", "C:\Program Files\R")
Hi,
I think it is not possible in R but I rather ask before giving up:
What I have: I have copied "C:\Program Files\R" into my clipboard.
What I want: setwd(transform("C:\Program Files\R")) where the function
transform should change the "C:\Program Files\R" from my clipboard to
"C:\\Program Files\\R" so that R can handle it. Is this possible?
I've