Skip to content

Commit

Permalink
remove r code comment on output
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Dec 4, 2020
1 parent bd43ab9 commit 2384c98
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repository includes supplementary material to accompany Skripnikov et al. r
The file structure in this repository is as follows. The tweet data are in the root directory and the sentiment analysis code and vocabularies are in the `Sentiment Analysis` folder.


```{r, echo = F}
```{r, echo = F, comment = NA}
fs::dir_tree()
```

26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ The file structure in this repository is as follows. The tweet data are
in the root directory and the sentiment analysis code and vocabularies
are in the `Sentiment Analysis` folder.

## .
## +-- README.html
## +-- README.Rmd
## +-- red-tide-twitter.Rproj
## +-- Secure_Tweets_Data.csv
## \-- Sentiment Analysis
## +-- Code
## | +-- Cleaning_For_Sentiment_Analysis_for_Secure_Data.R
## | \-- SentimentR_Analysis_for_Secure_Data.R
## \-- Vocabularies
## +-- Hashtag_Break_Apart_Words.csv
## +-- Red_Tide_Polarized_Sentiment_Words_Vocabulary.csv
## \-- Red_Tide_Valence_Shifters_Vocabulary.csv
.
+-- README.md
+-- README.Rmd
+-- red-tide-twitter.Rproj
+-- Secure_Tweets_Data.csv
\-- Sentiment Analysis
+-- Code
| +-- Cleaning_For_Sentiment_Analysis_for_Secure_Data.R
| \-- SentimentR_Analysis_for_Secure_Data.R
\-- Vocabularies
+-- Hashtag_Break_Apart_Words.csv
+-- Red_Tide_Polarized_Sentiment_Words_Vocabulary.csv
\-- Red_Tide_Valence_Shifters_Vocabulary.csv

0 comments on commit 2384c98

Please sign in to comment.