Learn R Programming

pinnacle.API (version 2.3.3)

GetSpecialFixtures: Get Special Fixtures

Description

Get Special Fixtures

Usage

GetSpecialFixtures(sportid, leagueids = NULL, category = NULL,
  eventid = NULL, specialid = NULL, since = NULL)

Arguments

sportid

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

leagueids

(optional) integer vector with league IDs.

category

(optional) See API Manual

eventid

(optional) Associated event ID

specialid

(optional) Associated special ID

since

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

Value

a data.frame of special fixtures

Examples

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

Run the code above in your browser using DataLab