RCurl

HTTP request interface

The package allows one to compose HTTP requests to fetch URIs, post forms, etc. and process the results returned by the Web server. This provides a great deal of control over the HTTP connection and the form of the request while providing a higher-level interface than is available just using R socket connections. Additionally, the underlying implementation is robust and extensive, supporting SSL/HTTPS, cookies, redirects, authentication, etc.

Author Duncan Temple Lang
Maintainer Duncan Temple Lang

To install this package, start R and enter:

    source("http://bioconductor.org/biocLite.R")
    biocLite("RCurl")

Vignettes (Documentation)

Package Downloads

No vignettes available
Package source RCurl_0.92-0.tar.gz
Windows binary RCurl_0.92-0.zip
MacOS X 10.4 (Tiger) binary RCurl_0.92-0.tgz
MacOS X 10.5 (Leopard) binary RCurl_0.92-0.tgz

Details

biocViews
Depends
R , methods
Imports
Suggests
Rcompression
System Requirements curl (version 7.12.0 or higher) http://curl.haxx.se
License BSD
URL http://www.omegahat.org/RCurl
Depends On Me
SSOAP
Imports Me
Suggests Me