I need to scraping the table on the next website:
When I use this code:
library(XML)
url <- "http://ift.tt/1JzZAF9"
html <- htmlTreeParse(url,useInternalNodes=T)
readHTMLTable(html)
I get the following error:
Error in UseMethod("xmlNamespaceDefinitions") :
no applicable method for 'xmlNamespaceDefinitions' applied to an object of class "NULL"
Any solution?
Thanks
Aucun commentaire:
Enregistrer un commentaire