We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144f39b commit 7482cc9Copy full SHA for 7482cc9
chapters/3.SentimentAnalysis/introduction.qmd
@@ -44,5 +44,5 @@ library(RColorBrewer)
44
library(stringr)
45
46
# Load Data
47
-comments <- readr::read_csv("./data/comments_preprocessed.csv")
+comments <- readr::read_csv("./data/clean/comments_preprocessed.csv")
48
```
0 commit comments