2011-08-28 21:16:01 +02:00
|
|
|
The RCurl package is an R-interface to the libcurl library that
|
|
|
|
provides HTTP facilities. This allows us to download files from Web
|
|
|
|
servers, post forms, use HTTPS (the secure HTTP), use persistent
|
|
|
|
connections, upload files, use binary content, handle redirects,
|
|
|
|
password authentication, etc.
|
|
|
|
|
2012-10-02 00:05:32 +02:00
|
|
|
WWW: http://www.omegahat.org/RCurl/
|