Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-paul-2006 committed Dec 9, 2024
1 parent 0c4db31 commit 14bdec5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion introToR/inst/extdata/presRaw/introToR_Session1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1805,9 +1805,11 @@ Other very useful functions for read table include:
The read.table function can also read data from http.

```{r,echo=T}
URL <- "http://rockefelleruniversity.github.io/Archived/readThisTable.csv"
URL <- "https://raw.githubusercontent.com/RockefellerUniversity/Intro_To_R_1Day/refs/heads/master/readThisTable.csv"
Table <- read.table(URL,sep=",",header=T)
Table[1:2,1:3]
readThisTable.csv
```
And the clipboard (this is Windows version).

Expand Down

0 comments on commit 14bdec5

Please sign in to comment.