R package citation, R package reverse dependencies, R package scholars, install an r package from GitHub hy is package acceptance pending why is package undeliverable amazon why is package on hold dhl tour packages why in r package r and r package full form why is r free why r is bad which r package to install which r package has which r package which r package version which r package readxl which r package ggplot which r package fread which r package license where is package.json where is package-lock.json where is package.swift where is package explorer in eclipse where is package where is package manager unity where is package installer android where is package manager console in visual studio who r package which r package to install which r package version who is package who is package deal who is package design r and r package full form r and r package meaning what r package has what package r what is package in java what is package what is package-lock.json what is package in python what is package.json what is package installer do r package can't install r packages r can't find package r can't load package can't load xlsx package r can't install psych package r can't install sf package r Write if else in NONMEM pk pd
curl
View on CRAN: Click
here
Download and install curl package within the R console
Install from CRAN:
install.packages("curl")
Install from Github:
library("remotes")
install_github("cran/curl")
Install by package version:
library("remotes")
install_version("curl", "6.2.1")
Attach the package and use:
library("curl")
Maintained by
Jeroen Ooms
[Scholar Profile | Author Map]
[Scholar Profile | Author Map]
All associated links for this package
https://curl.se/libcurl/ . 10.32614/CRAN.package.curl . https://github.com/jeroen/curl/issues . https://jeroen.r-universe.dev/curl . curl results . curl.pdf . The curl package: a modern R interface to libcurl . curl_6.2.2.tar.gz . curl_6.2.2.zip . curl_6.2.2.zip . curl_6.2.2.zip . curl_6.2.2.tgz . curl_6.2.2.tgz . curl_6.2.2.tgz . curl_6.2.2.tgz . curl_6.2.2.tgz . curl_6.2.2.tgz . curl archive . https://CRAN.R-project.org/package=curl .
First Published: 2014-11-20
Latest Update: 2024-03-01
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.
How to cite:
Jeroen Ooms (2014). curl: A Modern and Flexible Web Client for R. R package version 6.2.1, https://cran.r-project.org/web/packages/curl. Accessed 26 Mar. 2025.
Previous versions and publish date:
0.2 (2014-11-20 10:54), 0.3 (2014-12-01 08:27), 0.4 (2015-01-08 17:02), 0.5 (2015-02-01 09:05), 0.6 (2015-05-19 06:13), 0.7 (2015-05-22 22:37), 0.8 (2015-06-06 09:00), 0.9.1 (2015-07-04 19:56), 0.9.2 (2015-08-08 11:25), 0.9.3 (2015-08-25 15:52), 0.9.4 (2015-11-20 18:08), 0.9.5 (2016-01-23 23:28), 0.9.6 (2016-02-17 23:08), 0.9.7 (2016-04-10 16:09), 0.9 (2015-06-19 15:18), 1.0 (2016-07-24 01:29), 1.1 (2016-07-26 17:42), 1.2 (2016-08-13 13:56), 2.0 (2016-09-17 00:42), 2.1 (2016-09-22 23:42), 2.2 (2016-10-21 14:09), 2.3 (2016-11-24 12:15), 2.4 (2017-03-24 20:54), 2.5 (2017-04-14 17:32), 2.6 (2017-04-27 21:03), 2.7 (2017-06-26 16:58), 2.8.1 (2017-07-22 01:02), 3.0 (2017-10-06 12:18), 3.1 (2017-12-12 23:21), 3.2 (2018-03-28 09:42), 3.3 (2019-01-10 13:50), 4.0 (2019-07-22 14:20), 4.1 (2019-09-16 12:40), 4.2 (2019-09-24 14:20), 4.3.1 (2021-04-30 15:50), 4.3.2 (2021-06-23 09:00), 4.3.3 (2022-10-06 23:30), 4.3 (2019-12-02 15:00), 5.0.0 (2023-01-12 19:10), 5.0.1 (2023-06-08 01:10), 5.0.2 (2023-08-14 12:40), 5.1.0 (2023-10-02 17:20), 5.2.0 (2023-12-08 08:30), 5.2.1 (2024-03-02 00:22), 5.2.2 (2024-08-26 11:40), 5.2.3 (2024-09-20 13:50), 6.0.0 (2024-11-05 13:10), 6.0.1 (2024-11-14 10:20), 6.1.0 (2025-01-06 16:30), 6.2.0 (2025-01-23 19:40), 6.2.1 (2025-02-19 07:00)
Other packages that cited curl R package
View curl citation profile
Other R packages that curl depends,
imports, suggests or enhances
Complete documentation for curl
Functions, R codes and Examples using
the curl R package
Some associated functions: curl . curl_download . curl_echo . curl_escape . curl_fetch . curl_options . curl_upload . file_writer . handle . handle_cookies . ie_proxy . multi . multi_download . multipart . nslookup . parse_date . parse_headers . send_mail .
Some associated R codes: curl.R . download.R . echo.R . email.R . escape.R . fetch.R . form.R . handle.R . multi.R . multi_download.R . nslookup.R . onload.R . options.R . parse_headers.R . proxy.R . upload.R . utilities.R . writer.R . Full curl package functions and examples
Downloads during the last 30 days
Today's Hot Picks in Authors and Packages
quickcode
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Obinna Obianom (view profile)
fPortfolio
A collection of functions to optimize portfolios and to analyze them from different points of view. ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Stefan Theussl (view profile)
sAIC
Computes the Akaike information criterion for the generalized linear models (logistic regression, Po ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Shuichi Kawano (view profile)
provenance
Bundles a number of established statistical methods to facilitate the visual interpretation of large ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Pieter Vermeesch (view profile)
DySS
In practice, we will encounter problems where the longitudinal performance of processes needs to be ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Lu You (view profile)
MGL
An aggressive dimensionality reduction and network estimationtechnique for a high-dimensiona ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Safiye Celik (view profile)
23,842
R Packages
207,311
Dependencies
64,420
Author Associations
23,781
Publication Badges
