getAllMarkets - error in scan()

0 votes

Hi,

First, great work with the R-package! Now - i'm trying to fetch markets with eventTypeId=7524 (Icehockey) but get an error message:

 

> t=getAllMarkets(eventTypeIds=list(int=7524))
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings,  : 
  scan() expected 'an integer', got 'aperiodenmatchodds'
 
or

 

> t=getAllMarkets()
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings,  : 
  scan() expected 'an integer', got 'aomg.\Vinci-Knapp'

Any ideas?

By the way, i'm using Swedish as the language.

// a

asked May 14, 2012 in betfaiR package by aurany Plater (180 points)

1 Answer

+1 vote
Answer to my own Q: language was the problem.
answered May 14, 2012 by aurany Plater (180 points)
...