api_matches: List matches for a league/competition

Description Usage Arguments Value

View source: R/api.R

Description

Returns information on matches played in the specified league/competition. Starts from the most recent match within the specified window and works backwards.

Usage

1
2
api_matches(key = NA, league = NA, competition = NA, platform = NA,
  limit = NA, id_only = NA, start = NA, end = NA, ...)

Arguments

key

API access key (required)

league

League name (defaults to Cabalvision Official League)

competition

Competition name (optional)

platform

pc, ps4, or xb1 (optional)

limit

Number of entries to return (defaults to 100)

id_only

Return match summaries or just the match id (0|1, defaults to match summary)

start

Start date (defaults to 20 days ago)

end

End date (defaults to today)

Value

List containing four named elements:


nufflytics/nufflytics documentation built on Oct. 10, 2020, 5:27 p.m.