Returns all match logs for a selected player, season and stat type
fb_player_match_logs(player_url, season_end_year, stat_type, time_pause = 2)
the URL of the player (can come from fb_player_urls())
the year the season(s) concludes
the type of statistic required
the wait time (in seconds) between page loads
The statistic type options (stat_type) include:
"summary", "keepers", "passing", "passing_types", "gca", "defense", "possession", "misc"
returns a dataframe of a player's match logs for a season
if (FALSE) {
fb_player_match_logs("https://fbref.com/en/players/3bb7b8b4/Ederson",
season_end_year = 2021, stat_type = 'summary')
}