Description Usage Arguments Value Author(s) References See Also Examples
All betfair functions are capable of producing a valid S4
object corresponding to betfair SOAP specification.
For
parsimony reasons the betfair S4 classes are not installed
with the package. You need to run bfInitClasses()
to initialize them. Note that XMLSchema
package is
required for this initialization.
1 | bfInitClasses(verbose = FALSE, where = .GlobalEnv)
|
verbose |
Print info message for each class |
where |
Environment in which to store the class definitions; defaults to global environment. |
'bfSimpleOutput'
object, xml node or S4 object, as specified by the
output
parameter
Vitalie Spinu (spinuvit@gmail.com)
https://docs.developer.betfair.com/betfair/
'betfairly-package'
'bfSimpleOutput-class'
1 2 3 4 5 6 | ## Not run:
install.packages("XMLSchema", repos = "http://www.omegahat.org/R") ## windows binaries?
install.packages("XMLSchema", repos = "http://www.omegahat.org/R", type = "source") ## from source
bfInitClasses()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.