On Thu, Mar 1, 2012 at 6:43 PM, Erin Hodgess <erinm.hodg...@gmail.com> wrote:
> Dear R People:
>
> I have been using xlsReadWrite to read Excel files and am very pleased
> with it.  Thank you xlsReadWrite People!
>
> My question is:  is there a function, similar to get.hist.quote, to
> download Excel files from the web, please?

If you just need to download then you could try download.file() from utils.

Otherwise read.xls from gdata might work for you. It supports
"http://";, "https://";, and "ftp://"; URLS.

HTH

James




> Thanks,
> Erin

______________________________________________
R-help@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.

Reply via email to