Description Usage Arguments Value Examples
Fetch Player Data From Transfermarkt
1 | get_players(seasons = 1992:2021, country = "England")
|
seasons |
Numeric. One of more season starting-years for which to fetch data from Transfermarkt. Defaults to seasons where the English Premier League has existed (since 1992). |
country |
Character. Country from which to fetch data from
Transfermarkt. Defaults to
|
A data.frame/tibble with a row per player/season and columns for name, position, age, team, year, etc.
1 | ## Not run: epl_players <- get_players(1992:2021, "England")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.