HAtable: Home- or awaytable of the season

Description Usage Arguments Author(s) Examples

View source: R/SeasonStats.R

Description

This function creates the home- or awaytable of one season

Usage

1
HAtable(games, type = "Home")

Arguments

games

Data frame with all played matches

type

Choose between "Home", to show the hometable or "Away", to show the awaytable

Author(s)

Georg Kosso

Examples

1
2
3
4
5
## Create the home table of the German Bundesliga
HAtable(GermanBundesliga, type = "Home")

## Create the away table
HAtable(German Bundesliga, type = "away")

kosge1911/SeasonStats documentation built on Dec. 21, 2021, 7:44 a.m.