Skip to content

Commit

Permalink
data: uncomment old Akan read in
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-titz committed Jun 16, 2024
1 parent 047e0ab commit 1ede789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/DATASET.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ usethis::use_data(rosenthal_chap5_q2, overwrite = T)
usethis::use_data(rosenthal_tbl68, overwrite = T)

# new data, Mirka and Simone
working_memory <- read.csv("data-raw/Akan_etal_2018_Exp2B.csv")
#working_memory <- read.csv("data-raw/Akan_etal_2018_Exp2B.csv")
testing_effect <- read.csv("data-raw/dat_testing.csv")
usethis::use_data(testing_effect, overwrite = T)

Expand Down

0 comments on commit 1ede789

Please sign in to comment.