Message-ID: <1337602806377-4630738.post@n4.nabble.com>
Date: 2012-05-21T12:20:06Z
From: vioravis
Subject: htmlParse Error
I am trying to parse a webpage using the htmlParse command in XML package as
follows:
library(XML)
u = "http://en.wikipedia.org/wiki/World_population"
doc = htmlParse(u)
I get the following error:
Error in htmlParse(u) :
error in creating parser for http://en.wikipedia.org/wiki/World_population
I am using a R 2.13.1 (32 bit version) on a 64 bit Windows. (I tried
installing it in 64 bit version of R but getting an error that the previous
version cannot be removed)
Can someone please help with how to resolve this issue?
Thank you.
Ravi
--
View this message in context: http://r.789695.n4.nabble.com/htmlParse-Error-tp4630738.html
Sent from the R help mailing list archive at Nabble.com.