| curlVersion {RCurl} | R Documentation |
This function queries the Curl library to provide information about its characteristics when it was compiled. This tells the user about its capabilities and can be used to determine strategies.
curlVersion(id = 0)
id |
A list
age |
|
version |
|
version_num |
|
host |
|
features |
|
ssl_version |
|
ssl_version_num |
|
libz_version |
|
protocols |
|
ares |
|
ares_num |
|
libidn |
See the man page for curl_version_info
for a description of these fields.
features in R is a named integer vector
detailing the different features.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
Curl homepage http://curl.haxx.se
curl_version_info in the libcurl documentation.
curlVersion()