Learn R Programming

MSMU (version 0.1.2)

soccer: Historic soccer data

Description

This dataset contains historical match results from various international soccer games between different countries for the years 1872-2024.

Usage

soccer

Arguments

Format

A data frame with 13750 rows and 5 columns:

date

Date of match (character)

home_team

Home team name (character)

away_team

Away team name (character)

home_score

Home teams goal count (integer)

away_score

Away teams goal count (integer)