README.md

tsentiment

Introduction

tsentiment is a sentiment analysis package created with R programming language. Just a Twitter account will be required to use this tool. For sentiment analysis, tsentiment scans the keyword you want to search for, and presents two visual results to the user as a result of the process.

Installation

> install.packages("tsentiment")

Limitation

Use Case

> library("tsentiment")
> setAccount(list(
    BEARER_TOKEN = "Your-User-Token",
    query = "Your-Keyword"
))
// Note : after use setAccount required give permission for writing result files.
> getAnalysis()

Its simple !

After complete analysis check your Documents and you will see results directory. All succesful results saving this location.

IMPORTANT NOTE : The previous analysis file are deleted before each new analysis file is created.

Example Results

SetupIndex SetupIndex SetupIndex SetupIndex

Error and Warning meanings

Policy & Terms



hakkisabah/tsentiment documentation built on Jan. 30, 2023, 2:59 a.m.