I want to copy/paste a file from one folder to another folder in windows using R, but it's not working. My code:
> file.rename(from="C:/Users/msc2/Desktop/rabata.txt",to="C:/Users/msc2/Desktop/Halwa/BADMASHI/SCOP/rabata.tx")
[1] FALSE
|
I want to copy/paste a file from one folder to another folder in windows using R, but it's not working. My code:
|
||||
| show 2 more comments |
|
If you wanted a
|
||||
|
|
file.copyinstead offile.rename? – Henrik Apr 22 '12 at 11:12file.exists("C:/Users/msc2/Desktop/rabata.txt")tell you? – Tyler Rinker Apr 22 '12 at 12:00