39 lines
978 B
Markdown
39 lines
978 B
Markdown
# TPD-InternationalFootballResults-ShinyApp
|
|
|
|
## About
|
|
|
|
InternationalFootballResults is an interactive application for the visualization of data containing the results of international football matches from 1872 to 2018.
|
|
|
|
View detailed statistics for the team or pair of teams. Filter data by date range, type of tournament or country in which the match was held.
|
|
|
|
Data source: [International football results from 1872 to 2018](https://www.kaggle.com/martj42/international-football-results-from-1872-to-2017)
|
|
|
|
## Technology
|
|
|
|
Created with R version 3.6.0 and Shiny 1.3.2
|
|
|
|
### Libraries used
|
|
|
|
* dplyr
|
|
* lubridate
|
|
* ggplot2
|
|
* scales
|
|
* shiny
|
|
* shinythemes
|
|
* shinyWidgets
|
|
|
|
## Done
|
|
|
|
* Balance for two teams ✔
|
|
* Balance for one team ✔
|
|
* Basic layout ✔
|
|
* Barplot for percentage balance ✔
|
|
|
|
## TODO
|
|
|
|
* Basic summary statistics per team/teams ⛔
|
|
* Exception handling ⛔
|
|
* Country filtering ⚠
|
|
* Fix for columns naming in data table ⚠
|
|
* Add screenshots to readme
|
|
* Kind of map |