Displaying 2 results from an estimated 2 matches for "kdaterange".
Did you mean:
daterange
2011 Aug 25
1
R hangs after htmlTreeParse
...#39;m trying to parse the html content from this webpage:
http://timesofindia.indiatimes.com/searchresult.cms?sortorder=score&searchtype=2&maxrow=10&startdate=2001-01-01&enddate=2011-08-25&article=2&pagenumber=1&isphrase=no&query=IIM&searchfield=§ion=&kdaterange=30&date1mm=01&date1dd=01&date1yyyy=2001&date2mm=08&date2dd=25&date2yyyy=2011
Using the following code
library(RCurl)
library(XML)
myurl<-c("http://timesofindia.indiatimes.com/searchresult.cms?sortorder=score&searchtype=2&maxrow=10&startdate=2001-01-01&am...
2011 Sep 05
2
htmlParse hangs or crashes
...u for any insight.
Yours,
Simon Kiss
myurl<-c("http://timesofindia.indiatimes.com/searchresult.cms?sortorder=score&searchtype=2&maxrow=10&startdate=2001-01-01&enddate=2011-08-25&article=2&pagenumber=1&isphrase=no&query=IIM&searchfield=§ion=&kdaterange=30&date1mm=01&date1dd=01&date1yyyy=2001&date2mm=08&date2dd=25&date2yyyy=2011")
.x<-htmlParse(myurl)
class(.x)
#returns "HTMLInternalDocument" "XMLInternalDocument"
.x
#returns
*** caught segfault ***
address 0x1398754, cause 'memory not ma...