Skip to content

ajedrych/analysis-of-movie-ratings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎬 Analysis of movie ratings

Shiny App that lets you explore data from IMDB.

This app use data set movie.RData.

🔧 Install

To run it locally, you will need to install packages:

install.packages(c('shiny', 'tidyr', 'ggplot2', 'DT', 'dplyr'))

🎓 Project

Application was made as a course credit project.

Faculty of Economic Sciences, University of Warsaw, Projektowanie Systemów Informatycznych, June 2021