<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#330000">
On 14/03/2012 21:58, Eric Dubois wrote:
<blockquote
cite="mid:CAGgDjFRqGzWeXnoBUyM4JU3HP8u36n=B=D2sZmWzAoWiTkJK2Q@mail.gmail.com"
type="cite">Hello
<div><br>
</div>
<div>Does anyone know how to recover the (text) content of a web
page from Scilab (as it is possible with function dowlaod.file
in R software)?</div>
<div><br>
</div>
<div>Thanks for your answer!.</div>
<div>
<br>
</div>
<div>Eric. </div>
</blockquote>
hi<br>
<br>
if your machine runs on linux, you can use unix("wget -O myfile.txt
<a class="moz-txt-link-freetext" href="http://www.url.com">http://www.url.com</a>")<br>
and then open "myfile.txt"<br>
<br>
(you may want to deletefile("myfile.txt") once you are done)<br>
<br>
if you are using windows you can always install wget for windows
(<a class="moz-txt-link-freetext" href="http://gnuwin32.sourceforge.net/packages/wget.htm">http://gnuwin32.sourceforge.net/packages/wget.htm</a>) and use it the
same way<br>
<br>
on mac i guess you can natively use wget too.<br>
<br>
<br>
hope this helps<br>
<br>
Adrien Vogt-Schilb<br>
</body>
</html>