Learn R Programming

⚠️There's a newer version (1.98-1.17) of this package.Take me there.

RCurl (version 1.6-10)

General network (HTTP/FTP/...) client interface for R

Description

The package allows one to compose general HTTP requests and provides convenient functions to fetch URIs, get & post forms, etc. and process the results returned by the Web server. This provides a great deal of control over the HTTP/FTP/... 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 FTP/FTPS/TFTP (uploads and downloads), SSL/HTTPS, telnet, dict, ldap, and also supports cookies, redirects, authentication, etc.

Copy Link

Version

Install

install.packages('RCurl')

Monthly Downloads

152,348

Version

1.6-10

License

BSD

Maintainer

Duncan Lang

Last Published

September 4th, 2011

Functions in RCurl (1.6-10)

ftpUpload

Upload content via FTP
curlVersion

Information describing the Curl library
binaryBuffer

Create internal C-level data structure for collecting binary data
base64

Encode/Decode base64 content
basicHeaderGatherer

Functions for processing the response header of a libcurl request
CURLEnums

Classes and coercion methods for enumerations in libcurl
CurlFeatureBits

Constants for libcurl
reset

Generic function for resetting an object
guessMIMEType

Infer the MIME type from a file name
basicTextGatherer

Cumulate text across callbacks (from an HTTP response)
RCurlInternal

Internal functions
curlPerform

Perform the HTTP query
fileUpload

Specify information about a file to upload in an HTTP request
scp

Retrieve contents of a file from a remote host via SCP (Secure Copy)
complete

Complete an asynchronous HTTP request
getCurlInfo

Access information about a CURL request
getURIAsynchronous

Download multiple URIs concurrently, with inter-leaved downloads
getBitIndicators

Operate on bit fields
postForm

Submit an HTML form
mimeTypeExtensions

Mapping from extension to MIME type
MultiCURLHandle-class

Class "MultiCURLHandle" for asynchronous, concurrent HTTP requests
curlSetOpt

Set values for the CURL options
getBinaryURL

Download binary content
getURL

Download a URI
CURLHandle-class

Class "CURLHandle" for synchronous HTTP requests
HTTP_VERSION_1_0

Symbolic constants for specifying HTTP and SSL versions in libcurl
curlEscape

Handle characters in URL that need to be escaped
chunkToLineReader

Utility that collects data from the HTTP reply into lines and calls user-provided function.
dynCurlReader

Dynamically determine content-type of body from HTTP header and set body reader
getCurlHandle

Create libcurl handles
curlOptions

Constructor and accessors for CURLOptions objects
CFILE

Create a C-level handle for a file
findHTTPHeaderEncoding

Find the encoding of the HTTP response from the HTTP header
merge.list

Method for merging two lists by name
curlGlobalInit

Start and stop the Curl library