View source: R/fb_player_info.R
fb_player_info | R Documentation |
Return a data frame of a player's info
fb_player_info(player_urls, time_pause = 3)
player_urls |
the URL(s) of the player(s) |
time_pause |
the wait time (in seconds) between page loads |
A data frame
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.