Skip to content

Commit c444812

Browse files
authored
added code add output folder
1 parent 7482cc9 commit c444812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chapters/3.SentimentAnalysis/polarity.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ This result let us infer that there were differences in audience reception and r
111111

112112
``` r
113113
# Save results
114+
dir.create("output", recursive = TRUE, showWarnings = FALSE) #create dir
114115
write_csv(polarity, "output/polarity_results.csv")
115116
```
116117

0 commit comments

Comments
 (0)