Skip to contents

Returns a data frame of all suspended players in a selected league

Usage

tm_get_suspensions(country_name = NA, league_url = NA)

Arguments

country_name

The country of the league (used if league_url not provided)

league_url

Optional direct league URL from transfermarkt.com

Value

A data frame of suspended players

Examples

if (FALSE) { # \dontrun{
try({
tm_get_suspensions(country_name = "England")
tm_get_suspensions(league_url = "https://www.transfermarkt.com/premier-league/sperrenausfaelle/wettbewerb/GB1")
})
} # }