[R] Saving a webpage, when content is generated by javascript

2011-01-20 Thread YuriWerewolf
Hi to all members of this group, how can i download a webpage using R (html), which is generated using javasript when trying to open that webpage in the browser? When i try to save the page as text file i get only some java code inside, not the actual data. When opening website in the browser and

[R] extract data.table from XML

2010-10-08 Thread YuriWerewolf
Hi to all members of this list, i'm trying to parse an XML file and it seems that it's not very straightforward. I managed to get to the node that has a lot of sub nodes with similar format, i.e. : $Purchase -2000.1 29510.27 $Purchase -2000 29507.26 I was wondering what is the way to p