Skip to content
Prev 201609 / 398506 Next

XML package example code?

Not sure if my code was attached in that last post:

library(RCurl)
library(XML)
html <- getURL("http://www.omegahat.org/RSXML/index.html")
html.tree <- htmlTreeParse(html, useInternalNodes = TRUE, error =
function(...){})
On 25 Nov, 16:21, Peng Yu <pengyu... at gmail.com> wrote: