Skip to content

Importing and analyzing Twitter Data with R. Conencting to Twitter, Importing Data, Cleaning and Analyzing the Tweets.

Notifications You must be signed in to change notification settings

WajdiBenSaad/R_Twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~~ Project still in progress. Please Check the project board to follow the upcoming updates ~~

This work is about Playing with Twitter Data in R!

Steps covered in this projets:

The first step is to configure and to conenct to the Twitter API. Since this work is not going to be a "Web Scrapping" Projet, we will need to connect directly to Twitter Data streams through thier API.

From here we will extract the tweets text and other information that we will import from the Twitter API.

In order for us to analyze the tweets, this particular type of data needs to be cleaned and stored in a certain way. Ponctuations, White spaces, Stop Words..and others should be cleaned and handeled in a specific way.

A document-term matrix or term-document matrix is a mathematical matrix that describes the frequency of terms that occur in a collection of documents.

About

Importing and analyzing Twitter Data with R. Conencting to Twitter, Importing Data, Cleaning and Analyzing the Tweets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages