Re: [R] How to move files from one folder to another

2012-03-28 Thread Uwe Ligges
On 28.03.2012 19:11, Sarah Goslee wrote: Within R? On what OS? You could presumably use system() with the OS-specific command, which might be cp or mv or copy or move depending on your OS. But I'm not sure why you'd want to do this from R. Actually it is sometimes handy, and file.rename()

Re: [R] How to move files from one folder to another

2012-03-28 Thread Sarah Goslee
Within R? On what OS? You could presumably use system() with the OS-specific command, which might be cp or mv or copy or move depending on your OS. But I'm not sure why you'd want to do this from R. On Wed, Mar 28, 2012 at 8:07 AM, sagarnikam123 wrote: > How to move files from one folder to ano