[R] R for copying and pasting selected image files?

Romain Francois rfrancois at mango-solutions.com
Mon Mar 12 14:42:33 CET 2007


Kim Milferstedt wrote:
> Hello,
>
> I would like to use R to process a list of text strings. The text 
> strings are filenames, encoding experimental settings. Based on the 
> information in there I'd like to select certain files and copy only 
> the selected files to another directory.
>
> The files are images and there is no need, actually no desire, to 
> open them. Is there a way to use R for copying and pasting files with 
> any file extension to another directory without opening them?
>
> Thanks already for any help,
>
> Kim
>
> __________________________________________
>
> Kim Milferstedt
> University of Illinois at Urbana-Champaign
> Department of Civil and Environmental Engineering
> 4125 Newmark Civil Engineering Laboratory
> 205 North Mathews Avenue MC-250
> Urbana, IL 61801
> USA
> phone: (001) 217 333-9663
> fax: (001) 217 333-6968
> email: milferst at uiuc.edu
> http://cee.uiuc.edu/research/morgenroth
>   
Hi Kim,

Try to have a look at :

R> apropos("copy")
R> ?file.copy

Cheers,

Romain

-- 
Mango Solutions
data analysis that delivers

Tel:  +44(0) 1249 467 467
Fax:  +44(0) 1249 467 468
Mob:  +44(0) 7813 526 123



More information about the R-help mailing list