The R Project SVN R

Rev

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

Rev 84391 Rev 84394
Line 15... Line 15...
15
# test url connections
15
# test url connections
16
zz <- url("https://cran.r-project.org/")
16
zz <- url("https://cran.r-project.org/")
17
readLines(zz)
17
readLines(zz)
18
close(zz)
18
close(zz)
19
 
19
 
20
# and via read.table.  Use a copy on a r-project.org site.
20
# and via read.table, using an r-project.org site
21
##read.table("https://www.stats.ox.ac.uk/pub/datasets/csb/ch11b.dat")
21
read.table("https://developer.R-project.org/inet-tests/ch11b.dat")
-
 
22
 
22
read.table("https://developer.r-project.org/pub/datasets/csb/ch11b.dat")
23
showConnections(all = TRUE)