Learn R Programming

curl (version 5.2.2)

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

954,670

Version

5.2.2

License

MIT + file LICENSE

Maintainer

Last Published

August 26th, 2024

Functions in curl (5.2.2)

multi

Async Concurrent Requests
curl_fetch_memory

Fetch the contents of a URL
curl

Curl connection interface
curl_options

List curl version and options.
curl_download

Download file to disk
nslookup

Lookup a hostname
ie_proxy

Internet Explorer proxy settings
curl_upload

Upload a File
file_writer

Lazy File Writer
curl_echo

Echo Service
curl_escape

URL encoding
handle

Create and configure a curl handle
handle_cookies

Extract cookies from a handle
parse_date

Parse date/time
multi_download

Advanced download interface
multipart

POST files or data
parse_headers

Parse response headers
send_mail

Send email