Learn R Programming

curl (version 0.5)

utility functions: Curl utility functions

Description

Utility functions for working with curl.

Usage

curl_escape(url)

curl_unescape(url)

curl_version()

curl_options()

Arguments

url
a string (typically a url or parameter) to be URL encoded

Examples

Run this code
curl_version()
out <- curl_escape("foo = bar + 5")
curl_unescape(out)

Run the code above in your browser using DataLab