Skip to content
Prev 276721 / 398506 Next

Rename a directory in R

Thanks Jim,

I didn't think it worked on directories but I've got it working now.

Cheers,

Gavin.

-----Original Message-----
From: jim holtman [mailto:jholtman at gmail.com] 
Sent: 08 November 2011 14:18
To: Gavin Blackburn
Cc: r-help at r-project.org
Subject: Re: [R] Rename a directory in R

apropos('rename')

you will find 'file.rename' which also works on directories.

On Tue, Nov 8, 2011 at 7:45 AM, Gavin Blackburn
<gavin.blackburn at strath.ac.uk> wrote: