Matches {EUfootball}R Documentation

Dataset Matches

Description

Includes match results and data for men's football Leagues in England, France, Germany, Italy, Spain, The Netherlands, and Turkey.

Usage

data(Matches)

Format

A data frame.

Source

See references.

References

elo: http://clubelo.com/ Market Values: https://www.transfermarkt.com Bookmaker Odds: https://www.oddsportal.com match data: https://www.kicker.de

Examples

data(Matches)
mean(Matches$Goals90Home)
table(Matches$League)

[Package EUfootball version 0.0.1 Index]