You're giving this error. What would be the solution?
checkForServer () Error in checkForServer (): could not find function "xmlParse"
You're giving this error. What would be the solution?
checkForServer () Error in checkForServer (): could not find function "xmlParse"
Install the XML package
install.packages("XML")
library("XML")