understat_available_teams | R Documentation |
Returns all available team names for the selected leagues
understat_available_teams(leagues)
leagues |
the available leagues in Understat as outlined below #' The leagues currently available for Understat are: "EPL", "La liga", "Bundesliga", "Serie A", "Ligue 1", "RFPL" #' @return a character vector teams names |
## Not run:
try({
understat_available_teams(leagues = c('EPL', 'La liga'))
})
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.