Skip to contents

This function finds the index of the most recently played game in this Premier League season.

Usage

calc_game_latest(results)

Arguments

results

These are the results generated by running get_results.

Examples

if (FALSE) { # \dontrun{
calc_game_latest(
  results = data_results
  )
} # }