The R Project SVN R-packages

Rev

Rev 7987 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7987 Rev 8141
Line 175... Line 175...
175
 tides = read.table(con)
175
 tides = read.table(con)
176
}
176
}
177
 
177
 
178
\dontrun{
178
\dontrun{
179
## This is not accessible without authentication ...
179
## This is not accessible without authentication ...
180
u = "http://www.omegahat.net/RCurl/testPassword/table.html"
180
u = "https://www.omegahat.net/RCurl/testPassword/table.html"
181
if(require(RCurl) && url.exists(u)) {
181
if(require(RCurl) && url.exists(u)) {
182
  tt =  getURL(u, userpwd = "bob:duncantl")
182
  tt =  getURL(u, userpwd = "bob:duncantl")
183
  readHTMLTable(tt)
183
  readHTMLTable(tt)
184
}}
184
}}
185
}
185
}