XML : htmlToText not found

I am trying to run an R script that I wrote some months ago. I would like to download online information which is why I use the htmlToText function. R can't find this function even though I have included the RCurl and XML packages.

  library(XML)  library(RCurl)    doc=htmlToText(link)  Error: could not find function "htmlToText"    

Why is this the case and how can I solve the error?

Best Pete

No comments:

Post a Comment