[R] How unzip all files?

2011-07-11 Thread AnaA
Hi I'm starting to use R in windows. I need unzip some files. Each of them are in different folders and subfolders. Names of folders have the same beginning of the name. [example:( ~ / M_ /P_ (...)/ (...)R(...)/*.zip)] I do not know the expression (character) necessary to call this direction and

Re: [R] How unzip all files?

2011-07-11 Thread Uwe Ligges
On 11.07.2011 10:49, AnaA wrote: Hi I'm starting to use R in windows. I need unzip some files. Each of them are in different folders and subfolders. Names of folders have the same beginning of the name. [example:( ~ / M_ /P_ (...)/ (...)R(...)/*.zip)] I do not know the expression (character)

Re: [R] How unzip all files?

2011-07-11 Thread SamiC
Hi, Im not really sure what you mean. but if you are just wanting to unzip files, wouldnt it be easier to unzip them using internet explorer (ie right click on the file and select extract all from one the heading in the list i think). Then read them into R? Im not sure if this is what you mean