Re: [R] cannot open connection: Authorization Required

2008-10-05 Thread Bernardo Rangel Tura
Em Sex, 2008-10-03 às 11:22 -0700, Spencer Graves escreveu: > Hi, All: > > Is there a way in R to access a file / web site that requires > permission? > > Consider for example the following: > > > > readLines('http://www.r-project.org/', 4) > [1] "" > [2] ""

[R] cannot open connection: Authorization Required

2008-10-03 Thread Spencer Graves
Hi, All: Is there a way in R to access a file / web site that requires permission? Consider for example the following: > readLines('http://www.r-project.org/', 4) [1] "" [2] "" [3] ""

[R] cannot open connection: Authorization Required

2008-10-03 Thread Spencer Graves
Hi, All: Is there a way in R to access a file / web site that requires permission? Consider for example the following: readLines('http://www.r-project.org/', 4) [1] "" [2] "" [3] "" [4] "The R Project for Statistical Computing" readLines(URL) # URL = web address, which I can see v