libcurlVersion
Return the version of the cURL library in use

Description

Returns the version of the cURL library that TIBCO Enterprise Runtime for R uses to download from URLs.

Usage

libcurlVersion()
Value
returns a character string containing the human-readable version of libcurl used by TIBCO Enterprise Runtime for R.
You can also set the following attributes. If they are not present, the functionality they encompass is not available.
ssl_versionThe version of OpenSSL used by cURL to download from TLS-protected sites (for example, https:// URLs).
libssh_versionThe version of LibSSH used by cURL to download from SSH hosts (for example, scp:// URLs).
protocolsA character vector containing the protocols that cURL understands and from which it can download.
Examples
libcurlVersion()
Package base version 6.0.0-69
Package Index