Description Details Slots See Also Examples
As described in 'betfairly-package'
functions
can return four types of output xml, S4, list or simplified
output of class bfSimpleOutput
.
There are two classes what inherit from
bfSimpleOutput
- bfSimpleOutputList
and bfSimpleOutputDF
. All betfairly
functions return an object which extends one of these two
classes. The names of the classes are always constructed by
appending "Simple" or "SimpleDF" to the name of native
Betfair class. For example the function
getEvents
returns an object of class
GetEventsRespSimple
meaning that it is a list
inherited from bfSimpleOutputList
and the native
Betfair response type is GetEventsResp
, so you can
easily find the documentation in Betfair API reference
guide. Function getAllMarkets
return an
object of class GetAllMarketsRespSimpleDF
which
means that it inherits from bfSimpleOutputDF
and is a data.frame.
bfType
:Name of Betfair SOAP type.
errorCode
:Error code returned by Betfair api. You should check this first.
minorErrorCode
:Age verification error
bfSimpleOutputList-class
,
bfSimpleOutputDF-class
1 | getClass("bfSimpleOutput")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.