Skip to content

Commit 7482cc9

Browse files
authored
fixed path
1 parent 144f39b commit 7482cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/3.SentimentAnalysis/introduction.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ library(RColorBrewer)
4444
library(stringr)
4545

4646
# Load Data
47-
comments <- readr::read_csv("./data/comments_preprocessed.csv")
47+
comments <- readr::read_csv("./data/clean/comments_preprocessed.csv")
4848
```

0 commit comments

Comments
 (0)