Hello,
Let me tell you my problem:
When I download a web page with the following command:
download.file("url-of-website", "path-destination")
This one returns me the source code of the page. So far, no problem.
However, when I go on the page in question and that I make "save as" and that I download the html page on my pc, that displays me a quite other code, much more interesting.
So I wanted to know if it is possible not to download the "source code" but to download the same file as when I "save as".
Of course the goal is to automate the procedure...
Thanks for your help!
Cordially, Mani