I am trying to screen scrape tennis results data (point by point data, not just final result) from this page using R.
http://www.scoreboard.com/au/match/wang-j-karlovic-i-2014/M1mWYtEF/#point-by-point;1
Using the regular R screen scraping functions like readlines(),htmlParseTree() etc I am able to scrape the source html for the page, but that does not contain the results data.
Is it possible to scrape all the text from the page, as if I were on the page in my browser and selected all and then copied?