Description Usage Arguments Value Author(s) Examples
Visualize dataset and get some insight of data.
1 | VisualizeData(dataset, termcount)
|
dataset |
dataset. |
termcount |
termcount:used for filtering the highest terms repeated in reviews usually > 10 |
some diagram and insight of data
A ggplot
Zahra Khoshmanesh
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.