Returns the player's career goal and assist logs
Examples
if (FALSE) { # \dontrun{
try({
# for single players:
jwp_url <- "https://fbref.com/en/players/3515d404/"
fb_player_goal_logs(player_urls = jwp_url, goals_or_assists = "goals")
})
} # }
Returns the player's career goal and assist logs
if (FALSE) { # \dontrun{
try({
# for single players:
jwp_url <- "https://fbref.com/en/players/3515d404/"
fb_player_goal_logs(player_urls = jwp_url, goals_or_assists = "goals")
})
} # }