Skip to content

Commit

Permalink
update link to data
Browse files Browse the repository at this point in the history
  • Loading branch information
yjunechoe committed Jun 30, 2024
1 parent 16f9aaa commit 0c742e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/Geller-et-al-2020.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The data from the package (`cursive_agg_data`) looks slightly different from tha

```{r data, message = FALSE}
library(dplyr)
cursive_agg_data <- as_tibble(read.csv("https://raw.githubusercontent.com/jgeller112/drjasongeller/main/content/blog/2020-07-10-CBPT/blog_data.csv"))
cursive_agg_data <- as_tibble(read.csv("https://raw.githubusercontent.com/jgeller112/drjasongeller/a612056bd50e7f1e9280880cbb81016e2ca11511/blog/posts/2020-07-10-CBPT/blog_data.csv"))
cursive_agg_data
```

Expand Down

0 comments on commit 0c742e6

Please sign in to comment.