This project contains visualized data from game League of Legends in form of dashboard. Application was created for Data Visualization Techniques course at Faculty of Mathematics and Information Science at Warsaw University of Technology.
The application is available online
You can easily update the database by implementing functions in the ./db
catalog.
install.packages(c("jpeg", "png", "shinythemes", "base64enc", "httr", "networkD3", "ggplot2", "tidyverse", "plotly", "shiny"))
and then running app.R
in main catalog.
Application is based on data available through Riot API
You can easily update databese by implemented functions in ./db
catalog.
First you need to create keys.txt
file based on keys.example.txt
and implement necessary values from Riot API
Then in order to update data simply run one of ./db/...Update.R
file