fb_player_info: Get Player Attributes

View source: R/fb_player_info.R

fb_player_infoR Documentation

Get Player Attributes

Description

Return a data frame of a player's info

Usage

fb_player_info(player_urls, time_pause = 3)

Arguments

player_urls

the URL(s) of the player(s)

time_pause

the wait time (in seconds) between page loads

Value

A data frame

Examples

## Not run: 
try({
player_urls <- c(
  "https://fbref.com/en/players/d70ce98e/", # Messi
  "https://fbref.com/en/players/3515d404/" # JWP
)
fb_player_info(player_urls)
})

## End(Not run)

JaseZiv/worldfootballR documentation built on April 5, 2025, 5:06 p.m.