https://github.com/madhurimarawat/r-projects
This repository contains the projects that I made in the R programming language.
https://github.com/madhurimarawat/r-projects
data-visualization r twitter-sentimental-analysis
Last synced: 10 months ago
JSON representation
This repository contains the projects that I made in the R programming language.
- Host: GitHub
- URL: https://github.com/madhurimarawat/r-projects
- Owner: madhurimarawat
- Created: 2023-06-02T13:41:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T12:31:28.000Z (over 2 years ago)
- Last Synced: 2025-06-05T23:43:31.826Z (11 months ago)
- Topics: data-visualization, r, twitter-sentimental-analysis
- Language: Rich Text Format
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R-Projects
This repository contains the projects that I made in the R programming language.

# About R Programming
--> R is an open-source programming language that is widely used as a statistical software and data analysis tool.
--> R generally comes with the Command-line interface.
--> R is available across widely used platforms like Windows, Linux, and macOS.
--> R also provides rich Library support.
--> To install R library this command is used-
```
install.packages(library_name)
```
---
# Mode of Execution Used:
R
--> Visit the official website:
--> Download according to the platform that will be used like Linux, Macos or Windows.
--> Follow the setup wizard.
R Studio
--> Visit the official website:
--> Download according to the platform that will be used like Linux, Macos or Windows.
--> Follow the setup wizard.
--> Create a new file with the extention of .r and then this file can be executed in the console.
---
# About Projects
Complete Description about the project and resources used.

Twitter Sentimental Analysis
Twitter sentiment analysis analyzes the sentiment or emotion of tweets.
Dataset Used
Tweets Dataset
--> The tweets extracted using twitter api are stored in csv file.
--> The csv file is not preprocessed ,thus data cleaning is required.
Project
--> In this project sentiment analysis of CSV file containing tweets about Mr. Virat Kohli is done in R.
--> CSV file is cleaned using various predefined functions .
--> Sentiments are extracted using libraries in R.
--> Finally Data Visualizaion is done to represent the analysis in an understandable way.
Libraries Used
Short Description about all libraries used in Project.
To install R library this command is used- install.packages(library_name)
- syuzhet-syuzhet library is used for sentiment extraction or getting the sentiment scores.
- SentimentAnalysis-SentimentAnalysis library is used for Sentimental analysis.
- ggplot2-ggplot2 is used for plotting the final plot of the sentimental analysis.
---
## Thanks for Visiting 😄
Drop a 🌟 if you find this repository useful.
If you have any doubts or suggestions, feel free to reach me.
📫 How to reach me:  [](https://www.linkedin.com/in/madhurima-rawat/)  Â