View source: R/add_time_depending_cols.R
add_time_depending_cols | R Documentation |
Add time depending columns
add_time_depending_cols(data)
data |
tibble returned from load_seasons |
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
tible with columns HTGS, HTGC, HTGD, HTF, HTLS, HTP, ATGS, ATGC, ATGD, ATF, ATLS, ATP
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.