Learn R Programming

worldfootballR (version 0.6.2)

fb_player_goal_logs: Get player goal logs

Description

Returns the player's career goal and assist logs

Usage

fb_player_goal_logs(player_urls, time_pause = 3, goals_or_assists = "goals")

Value

returns a dataframe of the player's goals and assists

Arguments

player_urls

the URL(s) of the player(s)

time_pause

the wait time (in seconds) between page loads

goals_or_assists

select whether to return data of "goals" (the default), "assists", or "both"

Examples

Run this code
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