durtal / betfaiR

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

helper functions #4

Closed durtal closed 8 years ago

durtal commented 8 years ago

a collection of small helper functions are required to help users place bets, cancel bets, filter markets, think about how best to organise these, naming conventions, etc.

durtal commented 8 years ago

boxed these together in an environment called bf_helpers, not sure if this is overkill, but possibly better than exporting tons of small helper functions

durtal commented 8 years ago

removed the bf_helpers object and chose to export just a few of the helper functions, those which help with bet instructions

The other functions can be accessed via betfaiR:::......, but shouldn't really be required