An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090213/7a4ed365/attachment-0001.pl>
directory manipulation
2 messages · Tim Smith, Uwe Ligges
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.