Skip to content

Commit

Permalink
fix for case-sensitive OS
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-mills committed Jun 28, 2023
1 parent 49c56ad commit 4175897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ library(dplyr)
library(ggplot2)
tutorial_options(exercise.timelimit = 10)
options(max.print=1000, dplyr.summarise.inform = FALSE)
load("imdb2022.RData")
load("imdb2022.Rdata")
imdb %>%
filter(type=="movie" & title!="Hot Bot") %>%
Expand Down

0 comments on commit 4175897

Please sign in to comment.