Re: [R] Read Content from URL to XML format

2013-03-08 Thread John Kane
Original Message- > From: antony.akk...@ge.com > Sent: Thu, 7 Mar 2013 22:31:01 -0800 (PST) > To: r-help@r-project.org > Subject: Re: [R] Read Content from URL to XML format > > Hi John , > > > > I tried this code > > == > > library(RCu

Re: [R] Read Content from URL to XML format

2013-03-07 Thread R_Antony
Hi John , I tried this code == library(RCurl) library(XML) script <- getURL("www.r-bloggers.com") and now getting an error like , “Error in function (type, msg, asError = TRUE) : couldn't connect to host” From: John Kane [via R] [mailto:ml-node+s789695n4660

Re: [R] Read Content from URL to XML format

2013-03-07 Thread John Kane
Perhaps http://stackoverflow.com/questions/1395528/scraping-html-tables-into-r-data-frames-using-the-xml-package may be of help John Kane Kingston ON Canada > -Original Message- > From: antony.akk...@ge.com > Sent: Wed, 6 Mar 2013 19:23:24 -0800 (PST) > To: r-help@r-project.org > Subje