mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-07-31 20:10:49 +02:00
@@ -664,7 +664,7 @@ require(plyr)
|
||||
# "pets.csv" is a file on the internet
|
||||
# (but it could just as easily be a file on your own computer)
|
||||
require(RCurl)
|
||||
pets <- read.csv(textConnection(getURL("http://learnxinyminutes.com/docs/pets.csv")))
|
||||
pets <- read.csv(textConnection(getURL("https://learnxinyminutes.com/docs/pets.csv")))
|
||||
pets
|
||||
head(pets, 2) # first two rows
|
||||
tail(pets, 1) # last row
|
||||
|
Reference in New Issue
Block a user