get_players.Rd
Fetch Player Data From Transfermarkt
get_players(seasons = 1992:2021, country = "England")
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).
Character. Country from which to fetch data from
Transfermarkt. Defaults to
"England"
for the English Premier League.
A data.frame/tibble with a row per player/season and columns for name, position, age, team, year, etc.
if (FALSE) epl_players <- get_players(1992:2021, "England")