Learn R Programming

pinnacle.API (version 2.3.3)

GetSettledFixtures: Get Settled Fixtures

Description

Get Settled Fixtures

Usage

GetSettledFixtures(sportid, leagueids = NULL, since = FALSE)

Arguments

sportid

(optional) an integer giving the sport, if missing, a menu of options is presented

leagueids

(optional) integer vector with league IDs.

since

(optional), numeric, This is used to receive incremental updates. Use the value of `last` from previous fixtures response.

Value

a data.frame of settled fixtures

Examples

Run this code
# NOT RUN {
SetCredentials("TESTAPI", "APITEST")
AcceptTermsAndConditions(accepted=TRUE)
GetSettledFixtures()
# }

Run the code above in your browser using DataLab