Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 11 found.
[1] < 1 2 > [2]  Sort:

nslookup (Package: curl) : Lookup a hostname

The nslookup function is similar to nsl but works on all platforms and can resolve ipv6 addresses if supported by the OS. Default behavior raises an error if lookup fails. The has_internet function tests the internet connection by resolving a random address.
● Data Source: CranContrib
● Keywords:
● Alias: has_internet, nslookup
● 0 images

form_file (Package: curl) : Upload files with form

Upload files with form
● Data Source: CranContrib
● Keywords:
● Alias: form_file
● 0 images

curl_escape (Package: curl) : URL encoding

Escape all special characters (i.e. everything except for a-z, A-Z, 0-9, '-', '.', '_' or '~') for use in URLs.
● Data Source: CranContrib
● Keywords:
● Alias: curl_escape, curl_unescape
● 0 images

parse_headers (Package: curl) : Parse response headers

Parse response header data as returned by curl_fetch If the request has followed redirects, the data can contain multiple sets of headers. Therefore when multiple = TRUE, the function returns a list with the response headers for each request. By default it only returns the headers of the final request.
● Data Source: CranContrib
● Keywords:
● Alias: parse_headers
● 0 images

handle (Package: curl) : Create and configure a curl handle

Handles are the work horses of libcurl. A handle is used to configure a request with custom options, headers and payload. Once the handle has been set up, it can be passed to any of the download functions such as curl ,curl_download or curl_fetch_memory. The handle will maintain state in between requests, including keep-alive connections, cookies and settings.
● Data Source: CranContrib
● Keywords:
● Alias: handle, handle_reset, handle_setform, handle_setheaders, handle_setopt, new_handle
● 0 images

curl_download (Package: curl) : Download file to disk

Libcurl implementation of C_download (the "internal" download method) with added support for https, ftps, gzip, etc. Default behavior is identical to download.file, but request can be fully configured by passing a custom handle.
● Data Source: CranContrib
● Keywords:
● Alias: curl_download
● 0 images

curl_fetch_memory (Package: curl) : Fetch the contents of a URL

Low-level bindings to write data from a URL into memory, disk or a callback function. These are mainly intended for httr, most users will be better off using the curl or curl_download function, or the http specific wrappers in the httr package.
● Data Source: CranContrib
● Keywords:
● Alias: curl_fetch_disk, curl_fetch_memory, curl_fetch_stream
● 0 images

ie_proxy (Package: curl) : Internet Explorer proxy settings

Lookup and mimic the system proxy settings on Windows as set by Internet Explorer. This can be used to configure curl to use the same proxy server.
● Data Source: CranContrib
● Keywords:
● Alias: ie_get_proxy_for_url, ie_proxy, ie_proxy_info
● 0 images

parse_date (Package: curl) : Parse date/time

Can be used to parse dates appearing in http response headers such as Expires or Last-Modified. Automatically recognizes most common formats. If the format is known, strptime might be easier.
● Data Source: CranContrib
● Keywords:
● Alias: parse_date
● 0 images

handle_cookies (Package: curl) : Extract cookies from a handle

The handle_cookies function returns a data frame with 7 columns as specified in the netscape cookie file format.
● Data Source: CranContrib
● Keywords:
● Alias: handle_cookies
● 0 images