Learn R Programming

worldfootballR (version 0.6.2)

understat_team_meta: Get Understat team info

Description

Retrieve Understat team metadata, including team URLs. Similar to `understatr::get_team_meta`.

Usage

understat_team_meta(team_names)

Value

a data.frame

Arguments

team_names

a vector of team names (can be just 1)

Examples

Run this code
if (FALSE) {
try({
understat_team_meta(team_name = c("Liverpool", "Manchester City"))
})
}

Run the code above in your browser using DataLab