R/matchesvector.R

Defines functions matchesvector

Documented in matchesvector

matchesvector <- function(username, password, season_id, competition_id, version = "v5", baseurl = "https://data.statsbomb.com/api/"){
  competition_id <- competition_id
  season_id <- season_id
  matches <- get.matches(username, password, season_id, competition_id, version, baseurl)
  return(matches$match_id)
}
statsbomb/StatsBombR documentation built on Dec. 3, 2024, 11:53 p.m.