Dears! I have a system that generates links on a https webserver. I have to be logged on with a username and password; Then follow at least fife links to get into the link where I can download the file. The question is: How can I accomplish that with R? Caveman
On Mar 18, 2010, at 12:03 AM, Orvalho Augusto wrote:> Dears! > > I have a system that generates links on a https webserver. > > I have to be logged on with a username and password; Then follow at > least fife links to get into the link where I can download the file. > > The question is: How can I accomplish that with R?RSiteSearch("password https rcurl") Leading to: http://finzi.psych.upenn.edu/Rhelp10/2009-August/208582.html> > Caveman > > ______________________________________________ > 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.
Thank you! I did not know about this resource. Caveman On Thu, Mar 18, 2010 at 6:26 AM, David Winsemius <dwinsemius at comcast.net> wrote:> > On Mar 18, 2010, at 12:03 AM, Orvalho Augusto wrote: > >> Dears! >> >> I have a system that generates links on a https webserver. >> >> I have to be logged on with a username and password; Then follow at >> least fife links to get into the link where I can download the file. >> >> The question is: How can I accomplish that with R? > > RSiteSearch("password https rcurl") > > Leading to: > http://finzi.psych.upenn.edu/Rhelp10/2009-August/208582.html > >> >> Caveman >> >> ______________________________________________ >> 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. > >