Commit 49a42633 authored by Hetvi Ariwala's avatar Hetvi Ariwala
Browse files

Introduction has been added and some minor changes have been made.

parent cf4c17a5
Loading
Loading
Loading
Loading
+19 −11
Original line number Diff line number Diff line
rm(list = ls())

# Installation of packages
install.packages("syuzhet")
install.packages("NLP")
install.packages("tm")
install.packages("RColorBrewer")
install.packages("ggplot2")
install.packages("dyplr")
install.packages("lubridate")
install.packages("xtable")
# Module:      Introduction to Applied Data science (5107-411)
# Degree:      MSc. International Business and Economics
# Department:  Business Mathematics and Data Science 
# Project:     Mandatory Assignment 2 
# Assigned ID: 1245620
# Team no.:    18
# Participants:Hetvi Ariwala and Sarish Aklujkar
# Script 2

rm(list = ls())

# installing packages
if(!require("syuzhet")) install.packages("syuzhet")
if(!require("NLP")) install.packages("NLP")
if(!require("tm")) install.packages("tm")
if(!require("RColorBrewer")) install.packages("RColorBrewer")
if(!require("ggplot2")) install.packages("ggplot2")
if(!require("dyplr")) install.packages("dyplr")
if(!require("lpSolve")) install.packages("lpSolve")
if(!require("irr")) install.packages("irr")
if(!require("lubridate")) install.packages("lubridate")

# Loading of packages
library(syuzhet)