Skip to content

Rename a directory in R

3 messages · Gavin Blackburn, jim holtman

#
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:

  
    
#
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: