Description Usage Value See Also Examples
Report version of libcurl
in use.
1 |
A character string, with value the libcurl
version in use or
""
if none is. If libcurl
is available, has attributes
ssl_version |
A character string naming the SSL implementation
and version, possibly |
libssh_version |
A character string naming the |
protocols |
A character vector of the names of supported protocols, also known as ‘schemes’ when part of a URL. |
extSoftVersion
for versions of other third-party
software.
curlGetHeaders
, download.file
and
url
for functions which (optionally) use libcurl
.
http://curl.haxx.se/docs/sslcerts.html and
http://curl.haxx.se/docs/ssl-compared.html for more details on
SSL versions. Normally libcurl
used with R uses
SecureTransport on OS X, OpenSSL on Windows and GnuTLS, NSS or OpenSSL
on Unix-alikes. (At the time of writing Debian-based Linuxen use
GnuTLS, RedHat-based ones use NSS.)
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.