Learn R Programming

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

curl (version 0.9.3)

A Modern and Flexible Web Client for R

Description

The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better performance, support for encryption (https://, ftps://), 'gzip' compression, authentication, and other 'libcurl' goodies. The core of the package implements a framework for performing fully customized requests where data can be processed either in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr' package which builds on this package with HTTP specific tools and logic.

Copy Link

Version

Install

install.packages('curl')

Monthly Downloads

1,223,162

Version

0.9.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jeroen Ooms

Last Published

August 25th, 2015

Functions in curl (0.9.3)

handle_cookies

Extract cookies from a handle
curl_version

List curl version and options.
curl_escape

URL encoding
curl_fetch_memory

Fetch the contents of a URL
curl_download

Download file to disk
parse_headers

Parse response headers
handle

Create and configure a curl handle
curl

Curl connection interface
parse_date

Parse date/time
form_file

Upload files with form
ie_proxy

Internet Explorer proxy settings