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

getAccountStatement not returning all columns #64

Open Soccerama opened 1 year ago

Soccerama commented 1 year ago

This question was raised in another forum: Has the output of the getAccountStatement() function in the R abettor library changed recently? I haven't run this function in awhile as I've been paper trading, but ran it today to find my code crashing due to missing columns/new columns. When I looked at the code and output it seems that only the legacy data is being returned correctly. I'm working on a solution which looks obvious but untangling the structure into a clean dataframe is proving challenging.