VisualizeData: Visualize dataset and get some insight of data.

Description Usage Arguments Value Author(s) Examples

Description

Visualize dataset and get some insight of data.

Usage

1
VisualizeData(dataset, termcount)

Arguments

dataset

dataset.

termcount

termcount:used for filtering the highest terms repeated in reviews usually > 10

Value

some diagram and insight of data

A ggplot

Author(s)

Zahra Khoshmanesh

Examples

1
2
3
4
5
6
## Not run: 
library(SentiAnalyzer)
direction <- system.file(package = "SentiAnalyzer", "extdata/Restaurant_Reviews.tsv")
original_dataset <- read.delim(direction,quote='',stringsAsFactors = FALSE)
VisualizeData(dataset=original_dataset,termcount=15)
## End(Not run)

zahrakhoshmanesh/FinalProjectSTAT585 documentation built on June 4, 2019, 1:57 p.m.