Re: [R] About How to check if a html directory exists

2011-04-25 Thread William Dunlap
f Of Rolf Turner > Sent: Monday, April 25, 2011 3:30 PM > To: Wendy Han > Cc: r-help@r-project.org > Subject: Re: [R] About How to check if a html directory exists > > On 26/04/11 05:52, Wendy Han wrote: > > Dear all, > > > > > > > > I want to let R au

Re: [R] About How to check if a html directory exists

2011-04-25 Thread Jerome Asselin
On Mon, 2011-04-25 at 12:52 -0500, Wendy Han wrote: > I want to let R automatically download available files from a website in > certain folders. Since the files I need, if exist, are in a certain > directory, I used download.file() function with a predesigned directory. > However, some of the fold

Re: [R] About How to check if a html directory exists

2011-04-25 Thread Rolf Turner
On 26/04/11 05:52, Wendy Han wrote: Dear all, I want to let R automatically download available files from a website in certain folders. Since the files I need, if exist, are in a certain directory, I used download.file() function with a predesigned directory. However, some of the folders do no

[R] About How to check if a html directory exists

2011-04-25 Thread Wendy Han
Dear all, I want to let R automatically download available files from a website in certain folders. Since the files I need, if exist, are in a certain directory, I used download.file() function with a predesigned directory. However, some of the folders do not have the file I want. When this occu