Learn R Programming

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

curl (version 5.2.1)

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,135,626

Version

5.2.1

License

MIT + file LICENSE

Maintainer

Last Published

March 1st, 2024

Functions in curl (5.2.1)

curl

Curl connection interface
curl_upload

Upload a File
curl_fetch_memory

Fetch the contents of a URL
handle

Create and configure a curl handle
file_writer

Lazy File Writer
curl_download

Download file to disk
handle_cookies

Extract cookies from a handle
curl_options

List curl version and options.
parse_headers

Parse response headers
nslookup

Lookup a hostname
send_mail

Send email
multi_download

Advanced download interface
parse_date

Parse date/time
curl_echo

Echo Service
curl_escape

URL encoding
multi

Async Concurrent Requests
ie_proxy

Internet Explorer proxy settings
multipart

POST files or data