powered by
Returns the player's career goal and assist logs
fb_player_goal_logs(player_urls, time_pause = 3, goals_or_assists = "goals")
returns a dataframe of the player's goals and assists
the URL(s) of the player(s)
the wait time (in seconds) between page loads
select whether to return data of "goals" (the default), "assists", or "both"
if (FALSE) { try({ # for single players: jwp_url <- "https://fbref.com/en/players/3515d404/" fb_player_goal_logs(player_urls = jwp_url, goals_or_assists = "goals") }) }
Run the code above in your browser using DataLab