From 0c742e6bc9a4b090b2f8ba043e9921ee3a34eae9 Mon Sep 17 00:00:00 2001 From: yjunechoe Date: Sun, 30 Jun 2024 13:59:46 +0900 Subject: [PATCH] update link to data --- vignettes/articles/Geller-et-al-2020.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/articles/Geller-et-al-2020.Rmd b/vignettes/articles/Geller-et-al-2020.Rmd index 58227f5..a39528d 100644 --- a/vignettes/articles/Geller-et-al-2020.Rmd +++ b/vignettes/articles/Geller-et-al-2020.Rmd @@ -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 ```