Topic: importing data from a web page

Dear Sir/ Madam



Hi. First I apologize for this question. But this also shows I'm
inexperienced in using R.

 I need to import some tables from a web page (https) into R and analyze
them through the "readHTMLTable" function. After loading XML package, the
following commands are run:



> url <- "https://.../TopUp/CdrReport.aspx?lang=DK";

>mydata <- readHTMLTable(url)



and there is a warning:



          XML content does not seem to be XML: ' https://
.../TopUp/CdrReport.aspx?lang=DK'



Would you do me a favor on this issue, please?



Kind regards


Mehrshad Koleini

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to