Re: [R] XML: Slower parsing over time with htmlTreeParse()

2010-03-15 Thread Yihui Xie
So you are parsing a *URL* instead of a local HTML file? I guess it might have something to do with your internet connection as well as the web server for that URL (some servers may restrict your access if you visit it too frequently). Can you provide a reproducible example? Regards, Yihui -- Yihu

[R] XML: Slower parsing over time with htmlTreeParse()

2010-03-15 Thread Janko Thyson
Sorry, I listed the wrong package in the header of my previous post! > Dear List, has anyone of you experienced a significant increase in the time it takes to parse an URL via "htmlTreeParse()" when this function is called repeatedly every minute ove