I've got the basics of programming in R, and would like to scrape the odds from this page:
However, apparently the content (odds) is not in HTML or XML language, so the XML/RCurl packages are not working.
What is the best approach? Is to possible to do it within R, or I have to go to other language?
Thanks!
However, apparently the content (odds) is not in HTML or XML language, so the XML/RCurl packages are not working.
What is the best approach? Is to possible to do it within R, or I have to go to other language?
Thanks!