Skip to contents

Returns all available team names for the selected leagues

Usage

understat_available_teams(leagues)

Arguments

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

Examples

if (FALSE) {
try({
understat_available_teams(leagues = c('EPL', 'La liga'))
})
}