italian_football: Italian Football League Results 1934-2022

italian_footballR Documentation

Italian Football League Results 1934-2022

Description

This dataset, italian_football, is a data frame containing results for Italian soccer games in the top tier from the 1934/35 season to the 2021/22 season. It includes information on match dates, seasons, home and visiting teams, full-time scores, and goals scored.

Usage

data(italian_football)

Format

A data frame with 27684 observations and 8 variables:

Date

Date vector indicating the date of the match

Season

Numeric vector indicating the season

home

Character vector indicating the home team

visitor

Character vector indicating the visiting team

FT

Character vector indicating the full-time score

hgoal

Integer vector indicating the number of goals scored by the home team

vgoal

Integer vector indicating the number of goals scored by the visiting team

tier

Numeric vector indicating the tier

Details

The dataset name has been kept as 'italian_football' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the sportsR package and assists users in identifying its specific characteristics.

Source

Data taken from the footBayes package version 2.0.0


sportsR documentation built on Aug. 27, 2026, 1:08 a.m.