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]]