analysis-viber-logs icon indicating copy to clipboard operation
analysis-viber-logs copied to clipboard

Analysis of viber logs with R

Description

Analysis of viber logs with R for blog post: iwoaf.com/

Usage

The script main.R need a .csv file from viber. in R:

source('main.R')

Dependency

ggplot2, stringr, reshape2, dplyr, lubridate, ggplot2, tm, RColorBrewer, wordcloud, SnowballC

To install packages in R:

install.packages("name-of-packages", dependency=T)