[R] directory manipulation

Uwe Ligges ligges at statistik.tu-dortmund.de
Fri Feb 13 15:41:15 CET 2009



Tim Smith wrote:
> Hi all,
> 
> I was trying to copy a directory from one location to another. Is there a command (similar to file copy command) that will let me do this?


I suggest to make a system() (or shell, if you are under Windows) call 
to the OS in order to copy recursively.

Uwe Ligges


> thanks.
> 
> 
>       
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.




More information about the R-help mailing list