From bd43ab96131a47915e8af9382dc6f3755563f7d7 Mon Sep 17 00:00:00 2001 From: fawda123 Date: Fri, 4 Dec 2020 16:24:45 -0500 Subject: [PATCH] readme output type change --- README.Rmd | 4 + README.html | 481 ---------------------------------------------------- README.md | 25 +++ 3 files changed, 29 insertions(+), 481 deletions(-) delete mode 100644 README.html create mode 100644 README.md diff --git a/README.Rmd b/README.Rmd index 84d43e1..9eaf178 100644 --- a/README.Rmd +++ b/README.Rmd @@ -1,3 +1,7 @@ +--- +output: github_document +--- + # README This repository includes supplementary material to accompany Skripnikov et al. red tide Twitter analysis. Content includes anonymized tweet data (`Secure_Tweets_data.csv`), vocabularies for sentiment analysis, and code to run sentiment analysis. diff --git a/README.html b/README.html deleted file mode 100644 index 2d2c25a..0000000 --- a/README.html +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - - - - -README.utf8 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
-

README

-

This repository includes supplementary material to accompany Skripnikov et al. red tide Twitter analysis. Content includes anonymized tweet data (Secure_Tweets_data.csv), vocabularies for sentiment analysis, and code to run sentiment analysis.

-

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
-
- - - - -
- - - - - - - - - - - - - - - diff --git a/README.md b/README.md new file mode 100644 index 0000000..f356ca8 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ + +# README + +This repository includes supplementary material to accompany Skripnikov +et al. red tide Twitter analysis. Content includes anonymized tweet data +(`Secure_Tweets_data.csv`), vocabularies for sentiment analysis, and +code to run sentiment analysis. + +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