Quote:
Originally Posted by NachtRitter
Sorry, I probably didn't use the right term (I'm definitely not a statistics expert)... What I meant is how do you retrieve the data from the Garage?
|
R has a package called XML that pulls XML/HTML type of documents. It is essentially screen scraping (sorry. I hope I'm not abusing TOS for Ecomodder). All of the data pull, data processing, statistics, and charts are done with the base R or with R package add-ons like XML.