powered by
tournament
A fake dataset containing results from "animal-ball" matches.
A data frame with 56 observations on the following 4 variables:
team.Home
The home team for the match
team.Visitor
The visiting team for the match
points.Home
Number of points scored by the home team
points.Visitor
Number of points scored by the visiting team
week
Week Number
half
The half of the season in which the match was played
data(tournament) str(tournament)
Run the code above in your browser using DataLab