R/matchesvector.R

Defines functions matchesvector

Documented in matchesvector

matchesvector <- function(username, password, season_id, competition_id, version = "v1", baseurl = "https://data.statsbombservices.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)
}
nandomartinez/Soccer documentation built on Nov. 4, 2019, 8:34 p.m.