durtal / betfaiR

R package for the Betfair API
http://durtal.github.io/betfaiR/
Other
18 stars 6 forks source link

function arguments - marketFilter #15

Closed durtal closed 7 years ago

durtal commented 8 years ago

When filtering markets with the marketFilter function, some of the parameters can be tricky to remember. For example, the withOrders parameter needs to be either EXECUTABLE or EXECUTION_COMPLETE, could these be simplified, to TRUE/FALSE values.

Other functions/methods have parameters which call for specific (and hard to remember) values, such as priceProjection, etc.