Internal function used in get_match_results
.get_each_season_results(fixture_url, time_pause = 2)
URL of the league season's fixtures and results page
the wait time (in seconds) between page loads
returns a raw dataframe with the results of the league season
# \donttest{
df <- .get_each_season_results(fixture_url =
"https://fbref.com/en/comps/9/schedule/Premier-League-Scores-and-Fixtures"
)
# }