phillc73 / abettor

An R package for connecting to the online betting exchange Betfair, via their API-NG product, using JSON-RPC.
Other
51 stars 36 forks source link

fixes for getAccountStatement and new vignette #69

Open Soccerama opened 1 year ago

Soccerama commented 1 year ago

This update fixes issues #64 and #68 which both relate to getAccountStatement. This fixes an issue where fromDate and toDate were not being used correctly by the function, and an issue where not all output columns were being returned where there were missing values. This pull request also includes a new vignette which runs through an example of how to get best offer price data in to an R dataframe and is in response to issue #60.