Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/behrica/socceranalytics
https://github.com/behrica/socceranalytics
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/behrica/socceranalytics
- Owner: behrica
- Created: 2014-07-15T09:36:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-16T09:58:47.000Z (over 10 years ago)
- Last Synced: 2024-11-15T23:34:32.412Z (3 months ago)
- Language: CSS
- Size: 621 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purpose of the application
This application shows some soccer statistics for a given country.
## How to start it
It is a standard shiny application, so can be started from the R console by runApp(), while being in the folder containing the files "ui.R" and "server.R"## How to use it
The application allows to select a country you are interested in, and it shows then some statistics about the goals and points the team scored in its history.
## Dataset
The data of the application is available here: https://raw.githubusercontent.com/codecentric/soccer-prediction-2014/master/1-merge-data/output/games.csv and contains data from 7560 soccer matches from 1930 until 2014.