add_time_depending_cols: Add time depending columns

View source: R/add_time_depending_cols.R

add_time_depending_colsR Documentation

Add time depending columns

Description

Add time depending columns

Usage

add_time_depending_cols(data)

Arguments

data

tibble returned from load_seasons

Details

The following time depending columns are added (similar for AT, Away Team): HTGS: Home Team Goal Scored in the season HTGC: Home Team Goals Conceded in the season HTGD: Home Team Goals Difference in the season HTF: Home Team Form (total points in last 5 games) HTP: Home Team Points

Note: the columns provide status information prior to the match

Value

tible with columns HTGS, HTGC, HTGD, HTF, HTLS, HTP, ATGS, ATGC, ATGD, ATF, ATLS, ATP


kristian-bak/football documentation built on Oct. 8, 2022, 2:11 p.m.