The Ramen Rater is a product review website for the hardcore ramen enthusiast (or “ramenphile”), with over 2500 reviews to date. This dataset is an export of “The Big List” (of reviews), converted to a CSV format. The data itself was downloaded from kaggle.com
Content
Each row has 7 columns:
ID: The unique ID of each Instant Noodle URL: The URL to the review for each Instant Noodle Brand: The brand of the Instant Noodles manufacturer Variety: The specific name of the Instant Noodles Style: Packaging of the Instant Noodles Country: Country of origin Stars: The rating of Instant Noodles, as provided by theramenrater.
Where
Tab1 will show the answer to number 1-2 since they are basic overview of the data itself.
Tab2 will show the data regarding the top 5 country and will answer question number 3
Tab3 will show the data based on the country and stars rating the user inputed. It will answer question number 4. We are also showing the top 10 brand of each country, which will also react to the user input.
Tab4 will consists of the dataset we use, the Ramen Data as of January 2020
#Install Necessary Libraries
##
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
##
## filter, lag
## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union
library(ggplot2)
library(plotly)
##
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
##
## last_plot
## The following object is masked from 'package:stats':
##
## filter
## The following object is masked from 'package:graphics':
##
## layout
##
## Attaching package: 'glue'
## The following object is masked from 'package:dplyr':
##
## collapse
## Registered S3 method overwritten by 'quantmod':
## method from
## as.zoo.data.frame zoo
## Highcharts (www.highcharts.com) is a Highsoft software product which is
## not free for commercial and Governmental use