scraping xml/javascript table with R [closed]
I want to scrape a table like this http://www.oddsportal.com//hockey/usa/nhl/carolina-hurricanes-ottawa-senators-80YZhBGC/ I'd want to scrape the bookmakers and the odds. The problem is I don't know what kind of a table that is nor how to scrape it. These threads might be able to help me ( Scraping javascript with R or What type of HTML table is this and what type of webscraping techniques can you use? ) but I'd appreciate if someone could point me in the right direction or better yet give instructions here. So what kind of a table is that odds table, is it possible to scrape it with R and if