Skip to content

Commit

Permalink
changed relative path to load data
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlaurin committed Dec 3, 2024
1 parent c7d87b9 commit ff995ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/3-identify-the-problem.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library(ggplot2)
library(stringr)
# Read in the data
rodents <- read_csv("../scripts/data/surveys_complete_77_89.csv")
rodents <- read_csv("data/surveys_complete_77_89.csv")
```

Expand Down

0 comments on commit ff995ea

Please sign in to comment.