Skip to content

Commit

Permalink
Fix link to CSV on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Sep 10, 2023
1 parent dcaa65d commit e8b07c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/building-twitter-followers.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ https://data.fivethirtyeight.com, licensed under [CC by 4.0](https://github.com/

You can download the [raw data](https://github.com/fivethirtyeight/twitter-overlap) for this article,
but we'll conveniently begin working with a cleaned CSV file:
[`twitter_followers.csv`](https://glin.github.io/reactable/articles/twitter-followers/twitter_followers.csv).
[`twitter_followers.csv`](https://raw.githubusercontent.com/glin/reactable/main/vignettes/twitter-followers/twitter_followers.csv).

```{r}
data <- read.csv("https://glin.github.io/reactable/articles/twitter-followers/twitter_followers.csv",
data <- read.csv("https://raw.githubusercontent.com/glin/reactable/main/vignettes/twitter-followers/twitter_followers.csv",
stringsAsFactors = FALSE)
dplyr::glimpse(data)
Expand Down

0 comments on commit e8b07c8

Please sign in to comment.