Learn R Programming

matchbook (version 1.0.7)

Overview: matchbook

Description

matchbook

Arguments

Details

The package provides the basic functionality for betting on Matchbook.com via the RESTful API service. More details and examples can be found on this Bitbucket repository. A registered Matchbook.com account is required to use this package. Please read the documentation carefully for each individual function before use.

In order to login and log out, use the following functions:

In order to get information on events/marketsor runners, use the following functions:

In order to perform a bet action, use the following functions:

To see details on bets that have not yet settled, use the following function:

To see details on bets that have already settled, use the following function:

Your balance/exposure can be displayed on login and they are also returned as part of the mb_bet_place,mb_bet_cancel and mb_bet_update function calls.