error on the server rselenium scraping google scholar

2

You're giving this error. What would be the solution?

  

checkForServer () Error in checkForServer (): could not find function   "xmlParse"

    
asked by anonymous 04.06.2017 / 02:43

1 answer

2

Install the XML package

install.packages("XML")
library("XML")
    
04.06.2017 / 05:26