Moving a file from one location to another
On Wed, Oct 17, 2012 at 12:53 PM, Rui Barradas <ruipbarradas at sapo.pt> wrote:
Hello, On Windows this should be the old DOS command RENAME (or REN) and apparently the R function ?file.rename carries it's name.
I wasn't aware of the file.*() functions -- I'll of course retract my statement that this has to be OS direct via system(). Thanks for that Rui! Cheers, Michael