View source: R/tm_league_suspensions.R
tm_get_suspensions | R Documentation |
Returns a data frame of all suspended players in a selected league
tm_get_suspensions(country_name = NA, league_url = NA)
country_name |
The country of the league (used if league_url not provided) |
league_url |
Optional direct league URL from transfermarkt.com |
A data frame of suspended players
## Not run:
try({
tm_get_suspensions(country_name = "England")
tm_get_suspensions(league_url = "https://www.transfermarkt.com/premier-league/sperrenausfaelle/wettbewerb/GB1")
})
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.