Skip to content

Commit

Permalink
Merge pull request #880 from louise-ord/data-url-update
Browse files Browse the repository at this point in the history
Update 05-data-structures-part2.Rmd
  • Loading branch information
naupaka authored Dec 13, 2023
2 parents c385a9c + 8984f86 commit f147e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/05-data-structures-part2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ script to use the function of that script without writing everything again.
Check out `?source` to find out more.

```{r, eval=FALSE}
download.file("https://raw.githubusercontent.com/swcarpentry/r-novice-gapminder/gh-pages/_episodes_rmd/data/gapminder_data.csv", destfile = "data/gapminder_data.csv")
download.file("https://raw.githubusercontent.com/swcarpentry/r-novice-gapminder/main/episodes/data/gapminder_data.csv", destfile = "data/gapminder_data.csv")
gapminder <- read.csv(file = "data/gapminder_data.csv")
```

Expand Down

0 comments on commit f147e1e

Please sign in to comment.